CI: hotfix for Debian repos' Suite change
This commit is contained in:
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user