Skip to content

Commit c94774e

Browse files
committed
fix: make docs in gh pages builder
1 parent 21fee03 commit c94774e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Send to gh pages branch
22
on:
33
push:
44
branches:
5-
- automated_mkdocs
5+
- master
66
workflow_dispatch:
77

88
permissions:
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
python-version: 3.x
2424

25+
- name: make docs directory
26+
run: |
27+
pip install .
28+
python docgen/main.py
29+
2530
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
2631

2732
- uses: actions/cache@v4

0 commit comments

Comments
 (0)