Skip to content

Commit

Permalink
Update main.yml: JamesIves/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
iSeiryu authored Nov 25, 2024
1 parent 9cba797 commit 7734a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: cat release-aot/wwwroot/index.html

- name: Commit wwwroot to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
branch: main
folder: release/wwwroot
Expand All @@ -51,7 +51,7 @@ jobs:
token: ${{ secrets.DEPLOY_TOKEN }}

- name: Commit wwwroot AOT to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.9
with:
branch: main
folder: release-aot/wwwroot
Expand Down

0 comments on commit 7734a61

Please sign in to comment.