CI: hotfix for Debian repos' Suite change
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Gen_sphinx
|
- name: Gen_sphinx
|
||||||
uses: ammaraskar/sphinx-action@master
|
uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
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/"
|
docs-folder: "docs/"
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|||||||
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Gen_sphinx
|
- name: Gen_sphinx
|
||||||
uses: ammaraskar/sphinx-action@master
|
uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
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/"
|
docs-folder: "docs/"
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user