diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 108f1e48..ebdee2ee 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -80,7 +80,7 @@ jobs: make -C docs html - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 if: ${{ github.event_name == 'release' }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -90,7 +90,7 @@ jobs: TARGET_FOLDER: ${{ github.ref }} - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 if: ${{ github.event_name == 'push' }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 615d971c..6e4c8888 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: make -C docs html - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages