Skip to content

Commit

Permalink
Merge pull request #31 from ralcorta/improvement
Browse files Browse the repository at this point in the history
workflow: setup pages fixed
  • Loading branch information
ralcorta authored Oct 2, 2023
2 parents 0662799 + 930f7e0 commit 5d5222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vitepress-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install dependencies
run: npm ci
run: npm i
- name: Build with VitePress
run: |
npm run docs:build
Expand Down

0 comments on commit 5d5222d

Please sign in to comment.