Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayouette committed Dec 13, 2023
1 parent c6ba345 commit 735954c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
run: |
alias docker='podman'
docker pull juliogonzalez/uyuni-docs:latest
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"
git clone [email protected]:uyuni-project/uyuni-docs-helper.git
cd uyuni-docs-helper
./uyuni-docs-helper -r master -o /tmp -c antora-suma -p suma
- name: Archive Documentation
run: |
Expand Down

0 comments on commit 735954c

Please sign in to comment.