Skip to content

Fix publish_docs workflow#61

Merged
UncleGrumpy merged 1 commit intoatomvm:masterfrom
UncleGrumpy:fix_publish_docs
Feb 23, 2026
Merged

Fix publish_docs workflow#61
UncleGrumpy merged 1 commit intoatomvm:masterfrom
UncleGrumpy:fix_publish_docs

Conversation

@UncleGrumpy
Copy link
Collaborator

@UncleGrumpy UncleGrumpy commented Feb 18, 2026

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

Fixes incorrect doc dir that was not updated in commit a08370c (PR #53).

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

Fixes incorrect doc dir that was not updated in commit
a08370c (PR atomvm#53).

Signed-off-by: Winford <winford@object.stream>
@UncleGrumpy UncleGrumpy merged commit 9db7fc6 into atomvm:master Feb 23, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants