diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index cd1e31096c..ae6d013fdd 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -36,7 +36,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@v3.1.0 + uses: crazy-max/ghaction-github-pages@v3.2.0 with: target_branch: gh-pages keep_history: true