diff --git a/.github/workfows/deploy.yml b/.github/workflows/deploy.yml similarity index 91% rename from .github/workfows/deploy.yml rename to .github/workflows/deploy.yml index 52f9023..21a8595 100644 --- a/.github/workfows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,11 +26,11 @@ jobs: # Build the Angular app - name: Build Angular app - run: npm run build -- --output-path=dist + run: pnpm run build # Deploy to GitHub Pages - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: dist + publish_dir: dist/VirusSimulator