Commit 4db93ea
fix(ci): publish docs alongside the package
mix hex.publish package --yes only ships the tarball and skips the
HexDocs upload, so https://hexdocs.pm/javex was empty for every
release so far. Drop the package subcommand to publish both at
once.
Make ex_doc available in :prod too so the docs step has the
generator when MIX_ENV=prod is set in the release workflow.
This bumps to v0.1.4 with the same library code as v0.1.3 plus
the first-ever HexDocs payload.1 parent a1ea739 commit 4db93ea
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
260 | | - | |
| 259 | + | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments