Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat committed Dec 31, 2024
1 parent 0404881 commit d60ec92
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: docs
on:
push:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand All @@ -14,6 +14,12 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'recursive'

- name: Copy Docs
shell: pwsh
run: |
./scripts/copy_docs.ps1
- name: Install pnpm
uses: pnpm/action-setup@v4
Expand All @@ -28,6 +34,7 @@ jobs:

- name: Build documentation site
run: pnpm docs:build
continue-on-error: true

- name: Deploy to GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
Expand Down

0 comments on commit d60ec92

Please sign in to comment.