Skip to content

Commit

Permalink
Merge pull request #527 from irihitech/workflow
Browse files Browse the repository at this point in the history
Using single-commit mode for gh-pages branch
  • Loading branch information
rabbitism authored Jan 2, 2025
2 parents 55180d9 + c354e1f commit 4920ab0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Commit wwwroot to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ${{ env.OUTPUT_PATH }}
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: ${{ env.OUTPUT_PATH }}
single-commit: true

0 comments on commit 4920ab0

Please sign in to comment.