Skip to content

Commit

Permalink
2nd
Browse files Browse the repository at this point in the history
  • Loading branch information
jewpaltz committed Feb 29, 2024
1 parent fec9294 commit 80c4212
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '20'

- name: Install dependencies
run: npm install
working-directory: ./client

- name: Build
run: npm run build
working-directory: ./client

- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: dist
path: dist
path: client/dist
retention-days: 1
# Deploy to GitHub Pages
deploy:
Expand Down

0 comments on commit 80c4212

Please sign in to comment.