diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d006193..0591307 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -73,7 +73,11 @@ jobs: - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: - path: ./apps/www/out + path: apps/www/out + name: github-pages + retention-days: 1 + env: + GITHUB_PAGES: true # Deployment job deploy: