mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-23 01:23:17 +02:00
checkdocs workflow bugfix.
This commit is contained in:
12
.github/workflows/checkdocs.yml
vendored
12
.github/workflows/checkdocs.yml
vendored
@@ -27,13 +27,13 @@ jobs:
|
||||
- name: Install OpenSCAD
|
||||
run: sudo snap install openscad
|
||||
|
||||
- name: Generate Index
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
./scripts/make_all_docs -i
|
||||
|
||||
- name: Generating Docs
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
./scripts/make_all_docs -i
|
||||
./scripts/make_all_docs.sh -i
|
||||
|
||||
- name: Generate Index
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE
|
||||
./scripts/genindex.sh
|
||||
|
||||
|
Reference in New Issue
Block a user