diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5b0d355..0bb70ec 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -28,6 +28,8 @@ jobs: uses: actions/upload-artifact@v4 with: path: ./docs # Path to the docs folder + name: github-pages + retention-days: 1 deploy-docs: runs-on: ubuntu-latest