Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayouette committed Dec 13, 2023
1 parent f5234d0 commit b7c7726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Build documentation using Docker
run: |
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 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
- name: Archive Documentation
run: |
Expand Down

0 comments on commit b7c7726

Please sign in to comment.