We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f964975 commit 9412a03Copy full SHA for 9412a03
.github/workflows/pages.yml
@@ -30,7 +30,7 @@ jobs:
30
cache: 'pip'
31
- name: Install requirements
32
run: |
33
- pip install --no-cache-dir -q -r requirements.txt"
+ pip install --no-cache-dir -q -r requirements.txt
34
- name: Setup Pages
35
id: pages
36
uses: actions/configure-pages@v5
0 commit comments