Update docs.yml
This commit is contained in:
parent
3c790c2e38
commit
c5780929aa
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
@ -2,6 +2,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- informal_defs
|
||||
|
||||
name: Build and deploy documentation
|
||||
|
||||
|
@ -21,6 +22,8 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Verify Graphviz Installation
|
||||
run: dot -V
|
||||
##################
|
||||
# Remove this section if you don't want docs to be made
|
||||
- name: Install elan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue