From 7734a61b418eb6a156361e1e076ba09645742ef0 Mon Sep 17 00:00:00 2001 From: Seiryu Date: Sun, 24 Nov 2024 20:14:48 -0500 Subject: [PATCH] Update main.yml: JamesIves/github-pages-deploy-action@v4.6.9 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6155d0a..5ec4948 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 @@ -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