Workflow testing 11.

This commit is contained in:
Garth Minette 2022-07-21 21:19:22 -07:00
parent 7b250910eb
commit 26fe818259
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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