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