Skip to content

Commit

Permalink
Edited workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryCombe committed Dec 4, 2023
1 parent aa76e4f commit 4c123d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: pnpm install
- name: Build
run: pnpm build
cache: 'dist'
with:
cache: 'dist'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 4c123d4

Please sign in to comment.