Publish snippets and Markdown posts through authenticated uploads

This commit is contained in:
2026-09-19 15:34:17 +03:30
parent 17f1a8ef39
commit e42646e09e
14 changed files with 553 additions and 15 deletions
+4
View File
@@ -23,6 +23,10 @@ jobs:
persist-credentials: false
- name: Test deployment scripts
run: python3 -m unittest discover -s scripts/tests -v
- name: Test publishing service
run: |
python3 -m pip install -r photo-upload/requirements.txt 'pytest>=8,<10'
python3 -m pytest -q photo-upload/tests
- uses: ruby/setup-ruby@a0102e0972be65f351c307e2d64b9314a57c8073 # v1
with:
ruby-version: '3.1.2'