diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index e3a873b675..00ffc1a887 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -34,7 +34,7 @@ jobs: if [ -d target/doc_upload ]; then rm -rf target/doc_upload; fi mkdir target/doc_upload && mv target/doc target/doc_upload/doc - name: Upload documentation - uses: crazy-max/ghaction-github-pages@v2 + uses: crazy-max/ghaction-github-pages@v2.3.0 with: target_branch: gh-pages keep_history: true