Skip to content

Commit

Permalink
fix: ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
lawvs committed Jan 4, 2024
1 parent 7437b61 commit 3ee5874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build
env:
USERNAME: ${{ vars.USERNAME }}
EMAIL: ${{ vars.EMAIL }}
- run: npm run lint
- name: Upload pages artifacts
# https://github.com/actions/upload-pages-artifact
Expand Down

0 comments on commit 3ee5874

Please sign in to comment.