Add example outputs to GH Actions
Fixup github actions
This commit is contained in:
parent
063789948a
commit
c94d3eed0e
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Create Examples
|
name: Create Examples
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -23,3 +23,10 @@ jobs:
|
|||||||
pip install .
|
pip install .
|
||||||
- name: Create Examples
|
- name: Create Examples
|
||||||
run: PYTHONPATH=$(pwd)/src:$PYTHONPATH cd src/wireviz/ && python build_examples.py
|
run: PYTHONPATH=$(pwd)/src:$PYTHONPATH cd src/wireviz/ && python build_examples.py
|
||||||
|
- name: Upload examples, demos, and tutorials
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: examples-and-tutorials
|
||||||
|
path: |
|
||||||
|
examples/
|
||||||
|
tutorial/
|
||||||
Loading…
x
Reference in New Issue
Block a user