mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Merge pull request #711 from cjmayo/docs
Fix build workflow docs job failure
This commit is contained in:
commit
33b87190c7
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
# there's some overlap with publish-pages.yml, but this one runs on pull
|
||||
# requests, doesn't publish, and runs more doc checks
|
||||
name: docs
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Git clone
|
||||
|
|
@ -116,8 +116,9 @@ jobs:
|
|||
|
||||
- name: Install Python packages
|
||||
run: |
|
||||
pip install -U -r requirements.txt hatchling hatch-vcs Sphinx \
|
||||
sphinx-epytext sphinx-intl sphinx-rtd-theme sphinx-sitemap
|
||||
pip install -U dnspython beautifulsoup4 requests \
|
||||
hatchling hatch-vcs sphinx sphinx-epytext \
|
||||
sphinx-intl sphinx-rtd-theme sphinx-sitemap
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue