Skip to content

Commit

Permalink
ci: fix syntex
Browse files Browse the repository at this point in the history
  • Loading branch information
tannineo committed Aug 5, 2023
1 parent 9cab43e commit bf1d361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
run: pnpm build
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v2
with: dist
with:
path: dist/

deploy:
needs: build
Expand Down

0 comments on commit bf1d361

Please sign in to comment.