Skip to content

Commit c8fbb52

Browse files
author
Addisu Z. Taddese
committed
Fix workflow
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
1 parent 4082c89 commit c8fbb52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build site with docker
3636
run: |
3737
docker build -t sdf_tutorials .
38-
docker run --rm -v ${{ github.workspace }}:/usr/src/app sdf_tutorials bundle nanoc compile
38+
docker run --rm -v ${{ github.workspace }}:/usr/src/app sdf_tutorials bundle exec nanoc compile
3939
- name: Upload artifact
4040
uses: actions/upload-pages-artifact@v3
4141
with:

0 commit comments

Comments
 (0)