File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,16 @@ jobs:
21
21
- uses : actions/checkout@v3
22
22
- name : Install uv
23
23
uses : astral-sh/setup-uv@v5
24
- - name : Set up venv with Python ${{ matrix.python-version }}
25
- run : |
26
- uv venv --python ${{ matrix.python-version }}
27
24
- name : Install dependencies
28
25
run : |
29
26
uv sync --extra docs --extra gym --extra gui --extra planning --extra htmlvis
30
27
- name : Make documentation
31
- - run : |
28
+ run : |
32
29
uv run pdoc -d google -t docs/template --logo https://irll.net/irll-logo.png --logo-link https://irll.github.io/HierarchyCraft/hcraft.html -o docs/build --math --no-search hcraft
33
30
- name : Upload static documentation artifact
34
- - uses : actions/upload-pages-artifact@v1
35
- with :
36
- path : docs/build
31
+ uses : actions/upload-pages-artifact@v1
32
+ with :
33
+ path : docs/build
37
34
38
35
# Deploy the artifact to GitHub pages.
39
36
# This is a separate job so that only actions/deploy-pages has the necessary permissions.
You can’t perform that action at this time.
0 commit comments