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 6208625 commit 6b5910aCopy full SHA for 6b5910a
.github/workflows/deploy.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -r requirements.txt
+ pip install --requirement requirements.txt
29
mkdocs --version
30
- name: build ULHPC documentation
31
run: mkdocs build && mkdocs gh-deploy --force
.github/workflows/test-build.yml
@@ -23,7 +23,7 @@ jobs:
23
24
run: mkdocs build
0 commit comments