Skip to content

Commit b02af0f

Browse files
committed
trying to fix docs
1 parent 12c15f9 commit b02af0f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ jobs:
2929
run: "docs/buildsite.sh"
3030
shell: bash
3131

32+
- name: GitHub Pages action
33+
uses: peaceiris/[email protected]
34+
with:
35+
github_token: ${{ secrets.GITHUB_TOKEN }}
36+
publish_dir: ./_build/html
37+
3238

0 commit comments

Comments
 (0)