We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6283814 commit 09accc8Copy full SHA for 09accc8
.github/workflows/build-site.yaml
@@ -35,7 +35,7 @@ jobs:
35
python-version: "3.x"
36
37
- name: Install python dependencies
38
- run: python3 -m pip install -r requirements.txt
+ run: python3 -m pip install --verbose --progress-bar 'off' --requirement requirements.txt
39
40
- name: Build with site-generator.py
41
run: python3 site-generator.py
0 commit comments