Skip to content

Commit

Permalink
use proper install cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0dr1y authored Aug 27, 2024
1 parent 775b837 commit a9ac595
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 @@ -30,7 +30,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: yarn ci
run: yarn install
- name: Build with VitePress
run: yarn docs:build
- name: Upload artifact
Expand Down

0 comments on commit a9ac595

Please sign in to comment.