diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3980eb0..839538b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,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/" - name: Deploy uses: peaceiris/actions-gh-pages@v3 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1f50ae2..5aec6c8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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: