We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 873dd21 commit 8046ecaCopy full SHA for 8046eca
.github/workflows/docs.yml
@@ -31,11 +31,12 @@ jobs:
31
run: |
32
python -m pip install --upgrade pip
33
python -m pip install cython --install-option="--no-cython-compile"
34
- conda install graphviz
35
36
- name: Install
37
+ conda install graphviz
38
python -m pip install --no-cache-dir -r requirements-dev.txt
39
+
40
- name: Generate docs
41
if: ${{ success() }}
42
@@ -56,6 +57,7 @@ jobs:
56
57
fi;
58
echo "Docs will be deployed to https://compas.dev/compas/$FOLDER_NAME"
59
mkdir -p deploy/$BRANCH_OR_TAG && mv -T dist/docs deploy/$FOLDER_NAME/
60
61
- name: Deploy docs
62
if: success() && env.GH_PAT != ''
63
uses: crazy-max/ghaction-github-pages@v2
0 commit comments