Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PancakePhilarmonych committed Nov 1, 2023
1 parent f971643 commit a5f8c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
git config user.email "${{ github.actor }}@users.noreply.github.com"
git add dist
git commit -m "Build"
git subtree push --prefix dist origin gh-pages --force
git subtree push --prefix dist origin gh-pages
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit a5f8c63

Please sign in to comment.