Skip to content

fix: updated vitepress build path #2

fix: updated vitepress build path

fix: updated vitepress build path #2

Workflow file for this run

# .github/workflows/deploy_docs.yml
name: Deploy docs for main branch
on:
push:
branches:
- main
jobs:
deploy-preview:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- run: |
npm install
npm run docs:build -- --base /${{ github.event.repository.name }}/
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: .vitepress/dist/
branch: gh-pages