Skip to content

Commit baf896a

Browse files
authored
Merge pull request #2 from togethercomputer/aj/eng-32425-fix-generated-documentation-for-elixir-common
Fix MIX_ENV for docs generation
2 parents ee407a7 + 032e33c commit baf896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
MIX_ENV=dev mix compile
4444
MIX_ENV=test mix compile
4545
MIX_ENV=prod mix compile
46-
MIX_ENV=prod mix docs
46+
MIX_ENV=dev mix docs
4747
4848
- name: Upload Docs
4949
id: docs

0 commit comments

Comments
 (0)