Skip to content

Commit

Permalink
also remove gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
photown committed Dec 25, 2023
1 parent 9084d17 commit 2a48544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
git config --global user.name "GitHub Actions"
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"
Expand Down

0 comments on commit 2a48544

Please sign in to comment.