Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krlan2789 committed Feb 3, 2025
1 parent 99333c9 commit 382696d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
# Upload dist repository
name: dist-artifact
path: ./dist/
path: './dist'
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: dist-artifact
path: ./dist
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 382696d

Please sign in to comment.