Skip to content

Commit

Permalink
Fetch all tags before generating docs (#14206)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jan 21, 2025
1 parent 0df1ff5 commit cb0f8d9
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 @@ -66,6 +66,7 @@ jobs:
cd ex_doc
../elixir/bin/mix do local.rebar --force + local.hex --force + deps.get + compile
cd ../elixir/
git fetch --tags
make docs
- name: Check reproducible builds
if: ${{ matrix.deterministic }}
Expand Down

0 comments on commit cb0f8d9

Please sign in to comment.