Skip to content

Commit

Permalink
fix: Failing "publish docs" build (#2199)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlarson authored Oct 22, 2024
1 parent 6c1d1b1 commit f7bf2d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- uses: actions/configure-pages@v5
- uses: erlef/setup-beam@v1
with:
otp-version: 26.2
elixir-version: 1.16.1
otp-version: 27.0
elixir-version: 1.17.0
- run: mix deps.get
- run: mix docs --formatter html
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit f7bf2d7

Please sign in to comment.