Skip to content

Commit

Permalink
fixup deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed May 7, 2024
1 parent 9bb6ff7 commit 419beb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- name: build
run: |
npm i
npm build
npm run build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: 'build'
path: 'dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ data_all/
config*
node_modules
pubkeys_*
dist

0 comments on commit 419beb0

Please sign in to comment.