Skip to content

Commit

Permalink
fix: gh-pages generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Greenemeier committed Dec 22, 2020
1 parent 6d383ae commit a2f3e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Lint
run: npm run pretest
- name: Github Pages
run: npm run build && cp -r build/ docs/
run: npm run build && rm -rf docs/ && cp -r build/ docs/
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a2f3e08

Please sign in to comment.