mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-17 06:08:32 +01:00
Merge pull request #920 from revarbat/revarbat_dev
Workflow testing 11.
This commit is contained in:
commit
d9df18cac1
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