Skip to content

Commit 4920ab0

Browse files
authored
Merge pull request #527 from irihitech/workflow
Using single-commit mode for gh-pages branch
2 parents 55180d9 + c354e1f commit 4920ab0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Commit wwwroot to GitHub Pages
3737
uses: JamesIves/github-pages-deploy-action@v4.5.0
3838
with:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
BRANCH: gh-pages
41-
FOLDER: ${{ env.OUTPUT_PATH }}
39+
github_token: ${{ secrets.GITHUB_TOKEN }}
40+
branch: gh-pages
41+
folder: ${{ env.OUTPUT_PATH }}
42+
single-commit: true

0 commit comments

Comments
 (0)