Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon-to committed May 25, 2024
1 parent 0b0e085 commit 25003b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'
- name: Install dependencies
run: npm ci
run: yarn
- name: Build
run: npm run build
run: yarn build
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 25003b7

Please sign in to comment.