Skip to content

Commit

Permalink
Merge pull request #21 from evex-dev/edamame-x
Browse files Browse the repository at this point in the history
ci: fix docs deploy actions
  • Loading branch information
EdamAme-x authored Sep 9, 2024
2 parents 615ef62 + e3a75ed commit c6e24af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs_site_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [main]
paths:
- 'docs/**'
- '.github/workflows/docs_site_build.yml'

workflow_dispatch:

Expand Down Expand Up @@ -35,10 +36,12 @@ jobs:
uses: actions/configure-pages@v3
- name: Install dependencies
run: bun i # or pnpm install / yarn install / bun install
working-directory: docs
- name: Build with VitePress
run: |
bun run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
touch docs/.vitepress/dist/.nojekyll
touch .vitepress/dist/.nojekyll
working-directory: docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit c6e24af

Please sign in to comment.