diff --git a/.github/workflows/upstream-dev-ci.yml b/.github/workflows/upstream-dev-ci.yml index 6528f4d78..bf7f4231c 100644 --- a/.github/workflows/upstream-dev-ci.yml +++ b/.github/workflows/upstream-dev-ci.yml @@ -38,6 +38,13 @@ jobs: conda info conda list - name: make html - working-directory: ./docs - run: | - make html + uses: nick-fields/retry@v2 + with: + timeout_minutes: 40 + max_attempts: 3 + command: | + eval "$(micromamba shell hook --shell bash)" + micromamba activate + micromamba activate geocat-examples + cd docs + make html