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.
2 parents d727575 + f0de7a4 commit 956a5fcCopy full SHA for 956a5fc
.github/workflows/predeploy.yml
@@ -67,7 +67,7 @@ jobs:
67
npm run ebooks
68
- name: Upload PDF artifact
69
if: ${{ github.event.inputs.ebooks == 'true' }}
70
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
71
with:
72
name: pdfs
73
path: ./src/static/pdfs/*.pdf
src/requirements.txt
@@ -1,4 +1,4 @@
1
-flask==3.1.2
+flask==3.1.3
2
flask-talisman==1.1.0
3
gunicorn==25.1.0
4
pytest==9.0.2
0 commit comments