Skip to content

Commit

Permalink
Fix doc build error in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
qixiang committed Mar 26, 2024
1 parent 5840afc commit 626f035
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:
docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
env:
RPM_PY_SYS: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Disable Jekyll
if: github.ref == 'refs/heads/main'
Expand All @@ -27,7 +27,7 @@ jobs:
echo ::set-output name=packages::$(sed 's/#.*//' yum-packages-devel.txt)
- name: Build docs
uses: fedora-python/tox-github-action
uses: fedora-python/tox-github-action@v38.0
with:
dnf_install: ${{ steps.packages.outputs.packages }}
tox_env: docs
Expand Down

0 comments on commit 626f035

Please sign in to comment.