diff --git a/.github/workflows/scripts/build_all_docs.sh b/.github/workflows/scripts/build_all_docs.sh index 9dea1be..dcc2f5c 100755 --- a/.github/workflows/scripts/build_all_docs.sh +++ b/.github/workflows/scripts/build_all_docs.sh @@ -7,5 +7,5 @@ set -euv FETCHDIR="/tmp/fetchdir" pip install . pulp-docs fetch --dest "$FETCHDIR" -pulp-docs build --path "$FETCHDIR" +pulp-docs build --path "pulp-docs@..:$FETCHDIR" tar cvf pulpproject.org.tar site