# If you're using pnpm, add this step then change the commands and cache key below to use `pnpm` # - name: Install pnpm # uses: pnpm/action-setup@v6 # with: # version: 8
-name:build env: BASE_PATH:'/${{ github.event.repository.name }}' run:| npm run build -name:UploadArtifacts uses:actions/upload-pages-artifact@v5 with: # this should match the `pages` option in your adapter-static options path:'build/'