diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a08b0277..2b5b4e8f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -54,7 +54,7 @@ jobs: - name: Deploy if: success() && github.event_name != 'pull_request' && (endsWith(github.ref, github.event.repository.default_branch) || steps.prepare.outputs.release == 'true') - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v2.0.1 with: target_branch: gh-pages build_dir: site