diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 4b572a56c6..52ee539c27 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -60,7 +60,9 @@ jobs: - name: upload Docs files uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 #v4.3.0 with: + name: github-pages path: ./target/doc + retention-days: 1 - name: Deploy Docs # if: github.ref == 'refs/heads/main'