Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayouette committed Dec 13, 2023
1 parent 40e65ab commit 9fb5e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
alias docker='podman'
docker pull juliogonzalez/uyuni-docs:latest
docker run --rm -v $PWD:/workspace juliogonzalez/uyuni-docs:latest ./uyuni-docs-helper -r master -o /tmp -c antora-suma -p suma
docker run --rm -v $PWD:/workspace juliogonzalez/uyuni-docs:latest /bin/sh -c "./uyuni-docs-helper -r master -o /tmp -c antora-suma -p suma"
- name: Archive Documentation
run: |
Expand Down

0 comments on commit 9fb5e7c

Please sign in to comment.