Skip to content

Commit

Permalink
Run htmlproofer in rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Nov 17, 2024
1 parent 62e61f6 commit 76af13e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
htmlproofer:
runs-on: ubuntu-latest
container:
image: moveit/moveit2:humble-source
image: moveit/moveit2:rolling-source
steps:
- uses: actions/checkout@v4

Expand All @@ -40,7 +40,7 @@ jobs:
- name: Run htmlproofer.sh
shell: bash
run: |
source /opt/ros/humble/setup.bash
source /opt/ros/rolling/setup.bash
source /root/ws_moveit/install/setup.bash
source .venv/bin/activate
./htmlproofer.sh
Expand Down

0 comments on commit 76af13e

Please sign in to comment.