diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cbf34fce..b437abb2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -61,7 +61,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.1.0 + uses: crazy-max/ghaction-github-pages@v2.1.1 with: target_branch: gh-pages build_dir: site