Skip to content

Commit

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

0 comments on commit f971643

Please sign in to comment.