Skip to content

Commit

Permalink
Fix typo in folder name and minor config update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverLinings89 committed Dec 16, 2024
1 parent 2ad8b60 commit 656ff34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workfows/deploy.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 656ff34

Please sign in to comment.