Skip to content

Commit 8046eca

Browse files
authored
Update docs.yml
1 parent 873dd21 commit 8046eca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
run: |
3232
python -m pip install --upgrade pip
3333
python -m pip install cython --install-option="--no-cython-compile"
34-
conda install graphviz
3534
3635
- name: Install
3736
run: |
37+
conda install graphviz
3838
python -m pip install --no-cache-dir -r requirements-dev.txt
39+
3940
- name: Generate docs
4041
if: ${{ success() }}
4142
run: |
@@ -56,6 +57,7 @@ jobs:
5657
fi;
5758
echo "Docs will be deployed to https://compas.dev/compas/$FOLDER_NAME"
5859
mkdir -p deploy/$BRANCH_OR_TAG && mv -T dist/docs deploy/$FOLDER_NAME/
60+
5961
- name: Deploy docs
6062
if: success() && env.GH_PAT != ''
6163
uses: crazy-max/ghaction-github-pages@v2

0 commit comments

Comments
 (0)