We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df1ff5 commit cb0f8d9Copy full SHA for cb0f8d9
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
cd ex_doc
67
../elixir/bin/mix do local.rebar --force + local.hex --force + deps.get + compile
68
cd ../elixir/
69
+ git fetch --tags
70
make docs
71
- name: Check reproducible builds
72
if: ${{ matrix.deterministic }}
0 commit comments