diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 53d4f5ab66..a48c665b9c 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@v2.5.0 + uses: crazy-max/ghaction-github-pages@v2.6.0 with: target_branch: gh-pages keep_history: true