diff --git a/.github/workflows/postman.yml b/.github/workflows/postman.yml index 27b2cf3..633b35f 100644 --- a/.github/workflows/postman.yml +++ b/.github/workflows/postman.yml @@ -37,7 +37,7 @@ jobs: commit_options: '--no-verify --signoff' - name: Deploy HTML docs to Github Pages [STAGING] - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 if: ${{ startsWith(github.ref, 'refs/pull') }} with: token: ${{ secrets.CROSS_REPO_TOKEN }} @@ -53,7 +53,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Deploy HTML docs to Github Pages [PROD] - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 if: ${{ github.ref == 'refs/heads/master' }} with: token: ${{ secrets.GITHUB_TOKEN }}