Skip to content

Commit

Permalink
Act on CI results: do the same fix for ex_doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira committed Sep 14, 2024
1 parent ba78974 commit 7ea0c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
uses: actions/checkout@v4
- name: Build ex_doc
run: |
mix archive.install github hexpm/hex --force
mix deps.get
mix escript.build
- name: Save cache for consumption # We do this to use the file in a non-Elixir env.
Expand Down

0 comments on commit 7ea0c59

Please sign in to comment.