diff --git a/.github/workflows/manual-stable.yml b/.github/workflows/manual-stable.yml index 1346c1c..81427da 100644 --- a/.github/workflows/manual-stable.yml +++ b/.github/workflows/manual-stable.yml @@ -38,7 +38,7 @@ jobs: run: nix build .#manual -L - name: Deploy manual - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result @@ -52,7 +52,7 @@ jobs: if: ${{ env.api_version == env.latest_stable_api }} - name: Deploy redirect farm - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result-redirectFarm diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 69aff34..9b8a93d 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -32,7 +32,7 @@ jobs: run: nix build .#manual -L - name: Deploy manual - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result @@ -47,7 +47,7 @@ jobs: run: nix build .#manual.redirectFarm -L - name: Deploy redirect farm - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: result-redirectFarm