Skip to content

Commit d60e162

Browse files
committed
add build & deploy docs
1 parent eb0c8f0 commit d60e162

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/testing.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,14 @@ jobs:
1717
run: make lint
1818
- name: Test
1919
run: make tests
20+
# add docs for the time, in testing, later move to deploy
21+
- name: Build Docs
22+
run: |
23+
make docs
24+
touch docs/build/html/.nojekyll
25+
- name: Deploy Docs
26+
uses: peaceiris/actions-gh-pages@v2.5.0
27+
env:
28+
PERSONAL_TOKEN: ${{ secrets.ACCESS_TOKEN }}
29+
PUBLISH_BRANCH: gh-pages
30+
PUBLISH_DIR: docs/build/html

0 commit comments

Comments
 (0)