Skip to content

Commit

Permalink
CI: Fix sporadic pages issue
Browse files Browse the repository at this point in the history
  • Loading branch information
2xB authored Oct 15, 2024
1 parent 64fc939 commit 8ce0f4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
python -m venv .venv
source .venv/bin/activate
echo PATH=$PATH >> $GITHUB_ENV
# Needed since otherwise in the KATRIN repository this fails
# (the same does not fail in the main branch of a fork)
- name: Install/upgrade setuptools
run: pip install --upgrade setuptools

- name: Workaround for issue in m2d2 (https://github.com/CrossNox/m2r2/issues/68)
run: pip install "docutils>=0.18.1,<0.21"
Expand Down

0 comments on commit 8ce0f4e

Please sign in to comment.