Skip to content

Commit

Permalink
workaround for failing gleam docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Jul 28, 2024
1 parent 90671d5 commit 56f42eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ jobs:
glistix test --target erlang
# Test documentation generation
# Workaround for lack of --target option for docs build
# TODO: Remove this workaround after Gleam 1.4
# (See https://github.com/gleam-lang/gleam/pull/3333)
sed -i 's/target = "nix"/target = "erlang"/' gleam.toml
glistix docs build
# Assert that module metadata has been written
Expand Down

0 comments on commit 56f42eb

Please sign in to comment.