mirror of
https://github.com/beta-nu-theta-chi/big-brother-tree.git
synced 2025-12-01 00:24:47 +00:00
Update to keep build artifacts
This commit is contained in:
parent
6caebfbeb8
commit
95efe15826
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -37,3 +37,8 @@ jobs:
|
|||||||
# Create the SVG output
|
# Create the SVG output
|
||||||
- name: SVG
|
- name: SVG
|
||||||
run: dot -Tsvg brotherhood.gz > dist/brotherhood.svg
|
run: dot -Tsvg brotherhood.gz > dist/brotherhood.svg
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Generated Trees
|
||||||
|
path: /dist
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user