Skip to content

Commit

Permalink
Don't copy dist
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 25, 2023
1 parent 2a48544 commit 606206a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
git checkout --orphan gh-pages
git rm -rf src
git rm -rf .gitignore
cp -r ${{ github.workspace }}/dist/. .
git add .
git commit -m "Deploy to gh-pages"
git push -f origin gh-pages

0 comments on commit 606206a

Please sign in to comment.