Skip to content

Commit

Permalink
3rd
Browse files Browse the repository at this point in the history
  • Loading branch information
jewpaltz committed Feb 29, 2024
1 parent 7194a98 commit 4d49ed3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@ jobs:
uses: actions/download-artifact@v2
with:
name: dist
path: client/dist

- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'dist'
path: 'client/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 4d49ed3

Please sign in to comment.