Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imimbert authored Feb 4, 2024
1 parent 2d13929 commit c4b67b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- run: npm install --frozen-lockfile

- name: Build
run: npm docs:build
run: npm run docs:build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist
publish_dir: docs/.vitepress/dist

0 comments on commit c4b67b2

Please sign in to comment.