Skip to content

Commit

Permalink
ci: deploy - fix steps error
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowShe authored Aug 23, 2023
1 parent ebc5e65 commit ef549a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
node-version: 18
- name: Setup Pages
uses: actions/configure-pages@
uses: actions/configure-pages@v3
- name: Install dependencies
run: pnpm install # or pnpm install / yarn install
- name: Build with VitePress
Expand Down

0 comments on commit ef549a7

Please sign in to comment.