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