Skip to content

Commit

Permalink
move output path
Browse files Browse the repository at this point in the history
  • Loading branch information
npmaile committed Jan 29, 2024
1 parent d9a2923 commit 26ef0a7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
- name: install dependencies
run: npm i
- name: build app
run: npm run build
- name: Fix permissions
run: |
chmod -c -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
npm run build
mv ./site ./_site
- name: tar built site
run: tar -czf ./github-pages build
- uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 26ef0a7

Please sign in to comment.