Skip to content

Commit

Permalink
ci: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
humandetail committed May 30, 2023
1 parent 87749a2 commit 5518dec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Build @mentions/vanilla
run: pwd && pnpm i && pnpm run build
- name: Build docs
run: cd ./packages/docs && pnpm install && pnpm run build
run: pwd && pnpm --filter ./packages/docs i && pnpm run build:docs
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
# Upload entire repository
path: './packages/docs/dist'
path: './packages/docs/.vitepress/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5518dec

Please sign in to comment.