From 26fe8182597e90e3305205400da63322e66209d7 Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Thu, 21 Jul 2022 21:19:22 -0700 Subject: [PATCH] Workflow testing 11. --- .github/workflows/gen_docs.yml | 2 +- .github/workflows/gen_tutorials.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gen_docs.yml b/.github/workflows/gen_docs.yml index 438f42a..2418481 100644 --- a/.github/workflows/gen_docs.yml +++ b/.github/workflows/gen_docs.yml @@ -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 diff --git a/.github/workflows/gen_tutorials.yml b/.github/workflows/gen_tutorials.yml index e68339d..c4e3424 100644 --- a/.github/workflows/gen_tutorials.yml +++ b/.github/workflows/gen_tutorials.yml @@ -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