We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f270e4b commit b1db836Copy full SHA for b1db836
.github/workflows/static_html_deploy.yml
@@ -4,7 +4,7 @@ name: Build and deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["develop"]
+ branches: ["master"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -30,6 +30,8 @@ jobs:
30
ref: develop
31
- name: Install poetry
32
run: pipx install poetry
33
+ - name: Install dot
34
+ run: sudo apt update && sudo apt install -y pandoc graphviz
35
- uses: actions/setup-python@v5
36
with:
37
python-version: "3.10"
0 commit comments