diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index a1c832e..a49a334 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -32,6 +32,8 @@ jobs: - run: npm ci - run: npm run web:build - uses: actions/configure-pages@v5 + with: + enablement: true - uses: actions/upload-pages-artifact@v3 with: path: dist-web