Skip to content

Commit 6926536

Browse files
authored
chore: update docs
1 parent 5d1713f commit 6926536

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

.github/workflows/docs.yml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,15 @@ jobs:
1818
concurrency:
1919
group: ${{ github.workflow }}-${{ github.ref }}
2020
steps:
21-
- uses: actions/checkout@v4
22-
with:
23-
submodules: true
24-
fetch-depth: 0
25-
- uses: actions/setup-node@v4
26-
- run: |
27-
make docs
28-
- uses: peaceiris/actions-gh-pages@v4
29-
if: github.ref == 'refs/heads/main'
30-
with:
31-
keep_files: true
32-
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./public
21+
- uses: actions/checkout@v4
22+
with:
23+
submodules: true
24+
fetch-depth: 0
25+
- uses: actions/setup-node@v4
26+
- run: |
27+
make docs
28+
- uses: peaceiris/actions-gh-pages@v4
29+
with:
30+
keep_files: true
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
32+
publish_dir: ./public

0 commit comments

Comments
 (0)