Skip to content

Commit

Permalink
remove act code from wf
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 16, 2024
1 parent 904ba0e commit 7e01844
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/reusable-rosdoc2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
run: |
for path in ${{ steps.package_list_action.outputs.package_path_list }}
do
TZ=UTC /root/.local/bin/rosdoc2 build --package-path $path
# for nektos/act: set timezone manually
# TODO(anyone): fix pyenv issue
# TZ=UTC /root/.local/bin/rosdoc2 build --package-path $path
rosdoc2 build --package-path $path
done

0 comments on commit 7e01844

Please sign in to comment.