Skip to content

Commit

Permalink
Copy needed files into _site
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Sep 8, 2023
1 parent 9373215 commit 76ae61b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:

- run: npm run build

- name: Copy files
run: |
mkdir _site
cp -r pages _site
cp -r dist _site
- name: Fix permissions
run: |
chmod -c -R +rX "_site/" | while read line; do
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
dist/
_site/

0 comments on commit 76ae61b

Please sign in to comment.