Skip to content

Commit

Permalink
[ci] Unblock doc generator for homepage
Browse files Browse the repository at this point in the history
Python multiprocessing hangs in newer docker images for unclear reasons.
  • Loading branch information
salkinium committed Feb 19, 2023
1 parent 923f9c1 commit 0d2c126
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ jobs:
git diff-index --quiet HEAD || git commit -m "Update"
git push origin master
# Niklas: Running on the old container until I can figure out why the doc generator hangs
api-docs-all:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
container:
image: ghcr.io/modm-ext/modm-build-base:2023-01-08
image: ghcr.io/modm-ext/modm-build-base:2022-09-27
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 0d2c126

Please sign in to comment.