mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
Workflow testing 11.
This commit is contained in:
parent
7b250910eb
commit
26fe818259
2 changed files with 2 additions and 2 deletions
2
.github/workflows/gen_docs.yml
vendored
2
.github/workflows/gen_docs.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
|||
env:
|
||||
OPENSCADPATH: ${{ github.workspace }}/..
|
||||
with:
|
||||
run: $(which openscad-docsgen) -f
|
||||
run: openscad-docsgen -f
|
||||
|
||||
- name: Upload Docs to Wiki
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||
|
|
2
.github/workflows/gen_tutorials.yml
vendored
2
.github/workflows/gen_tutorials.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
env:
|
||||
OPENSCADPATH: ${{ github.workspace }}/..
|
||||
with:
|
||||
run: $(which openscad-mdimggen) -f
|
||||
run: openscad-mdimggen -f
|
||||
|
||||
- name: Upload Tutorials to Wiki
|
||||
uses: SwiftDocOrg/github-wiki-publish-action@v1
|
||||
|
|
Loading…
Reference in a new issue