CI: hotfix for Debian repos' Suite change

This commit is contained in:
George Melikov
2021-08-23 12:40:46 +03:00
parent 6fcf8e76be
commit 5faf8ed9a7
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Gen_sphinx
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: "apt-get update -y && apt-get install -y git"
pre-build-command: "apt-get update -y --allow-releaseinfo-change && apt-get install -y git"
docs-folder: "docs/"
- uses: actions/upload-artifact@v2
with: