Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
andygolay committed Mar 27, 2024
1 parent 3b16451 commit 73001e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
- name: Copy JS and CSS extensions
run: |
mkdir -p /home/runner/work/movement-hack/movement-hack/book/js-extensions/packages/consent-form/dist/
cp /home/runner/work/movement-hack/movement-hack/js-extensions/packages/consent-form/dist/index.css /home/runner/work/movement-hack/movement-hack/book/js-extensions/packages/consent-form/dist/index.css
- name: Build with mdBook
run: mdbook build
- name: Upload artifact
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
book/
*~
.idea
.DS_Store
Expand Down

0 comments on commit 73001e2

Please sign in to comment.