Workflow testing 10.

This commit is contained in:
Garth Minette 2022-07-21 21:16:10 -07:00
parent 1da2add34f
commit 7b250910eb
2 changed files with 3 additions and 5 deletions

View file

@ -33,10 +33,9 @@ jobs:
- name: Generate Docs
uses: GabrielBB/xvfb-action@v1.6
env:
OPENSCADPATH: $(dirname ${{ github.workspace }} )
OPENSCADPATH: ${{ github.workspace }}/..
with:
run: $(which openscad-docsgen) -f
working-directory: $GITHUB_WORKSPACE
- name: Upload Docs to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1

View file

@ -37,16 +37,15 @@ jobs:
- name: FooTest
env:
OPENSCADPATH: $(dirname ${{ github.workspace }} )
OPENSCADPATH: ${{ github.workspace }}/..
run: echo $OPENSCADPATH
- name: Generate Tutorials
uses: GabrielBB/xvfb-action@v1.6
env:
OPENSCADPATH: $(dirname ${{ github.workspace }} )
OPENSCADPATH: ${{ github.workspace }}/..
with:
run: $(which openscad-mdimggen) -f
working-directory: $GITHUB_WORKSPACE
- name: Upload Tutorials to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1