Skip to content

Commit

Permalink
Emergengy documentation build fix
Browse files Browse the repository at this point in the history
Recent CI updates bumped to the latest OTP-26 which has led to documentation
build faulures. These changes temporarily revert to OTP-25 for building docs.

Signed-off-by: Winford <[email protected]>
  • Loading branch information
UncleGrumpy committed Oct 12, 2024
1 parent 9241f0a commit 9e5f05f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
os: [ ubuntu-24.04 ]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}
# Documentation currently fails to build with OTP-27
container: erlang:26
# Documentation currently fails to build with OTP-27 and recent OTP-26.
container: erlang:25

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: "26"
otp-version: "25"
elixir-version: "1.17"
hexpm-mirrors: |
https://builds.hex.pm
Expand Down

0 comments on commit 9e5f05f

Please sign in to comment.