Commit a08370c
committed
Fix publish_docs workflow
Root privileges are needed to set the locale to UTF-8 for ex_doc,
but sudo is not available in the erlang:28 container, so instead the
setup-beam action is used after setting the locale.
For an example of sudo failing, see this workflow run:
https://github.com/atomvm/atomvm_packbeam/actions/runs/22147359424
Signed-off-by: Winford <winford@object.stream>1 parent b251083 commit a08370c
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
51 | 57 | | |
52 | 58 | | |
53 | 59 | | |
54 | | - | |
| 60 | + | |
55 | 61 | | |
56 | 62 | | |
57 | 63 | | |
| |||
0 commit comments