mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Workflow testing.
This commit is contained in:
parent
7101ab2008
commit
a44ff235ab
2 changed files with 7 additions and 4 deletions
4
.github/workflows/gen_docs.yml
vendored
4
.github/workflows/gen_docs.yml
vendored
|
@ -4,6 +4,8 @@ on: [workflow_dispatch]
|
|||
jobs:
|
||||
RegenerateDocs:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OPENSCADPATH: $(dirname $GITHUB_WORKSPACE)
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -32,8 +34,6 @@ jobs:
|
|||
|
||||
- name: Generate Docs
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
env:
|
||||
OPENSCADPATH: $(dirname $GITHUB_WORKSPACE)
|
||||
with:
|
||||
run: openscad-docsgen -f
|
||||
working-directory: $GITHUB_WORKSPACE
|
||||
|
|
7
.github/workflows/gen_tutorials.yml
vendored
7
.github/workflows/gen_tutorials.yml
vendored
|
@ -4,6 +4,8 @@ on: [workflow_dispatch]
|
|||
jobs:
|
||||
RegenerateTutorials:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
OPENSCADPATH: $(dirname $GITHUB_WORKSPACE)
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
@ -35,10 +37,11 @@ jobs:
|
|||
cd $GITHUB_WORKSPACE
|
||||
./scripts/check_for_tabs.sh
|
||||
|
||||
- name: FooTest
|
||||
run: echo $OPENSCADPATH
|
||||
|
||||
- name: Generate Tutorials
|
||||
uses: GabrielBB/xvfb-action@v1
|
||||
env:
|
||||
OPENSCADPATH: $(dirname $GITHUB_WORKSPACE)
|
||||
with:
|
||||
run: openscad-mdimggen -f
|
||||
working-directory: $GITHUB_WORKSPACE
|
||||
|
|
Loading…
Reference in a new issue