mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 13:50:23 +01:00
Workflow testing 11.
This commit is contained in:
parent
7b250910eb
commit
26fe818259
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…
x
Reference in New Issue
Block a user