Skip to content

Commit

Permalink
ci: update pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Jun 16, 2024
1 parent d9dd36b commit d173bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
node-version: 16
- name: Build project
run: npx yarn && npx yarn build
run: corepack enable && npx yarn && npx yarn build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit d173bdf

Please sign in to comment.