Skip to content

Commit

Permalink
chore(action): update docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ismail9k committed Oct 29, 2024
1 parent 9a889f8 commit d6064f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: yarn build && yarn docs:build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/.vitepress/dist
# cname: example.com # if wanna deploy to custom domain
publish_dir: ./docs/.vitepress/dist
cname: vue3-carousel.ismail9k.com

0 comments on commit d6064f7

Please sign in to comment.