From: Fred Morcos Date: Thu, 2 Feb 2023 21:13:24 +0000 (+0100) Subject: Fix GH CI docs upload X-Git-Tag: dnsdist-1.8.0-rc1~54^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4b0e9c5ba9fe4926c42762be14144e9f7cde43e;p=thirdparty%2Fpdns.git Fix GH CI docs upload --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 44355e82a0..d26cb4a4d6 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -51,7 +51,7 @@ jobs: with: name: PowerDNS-Authoritative-${{steps.get-version.outputs.pdns_version}}.pdf path: ./docs/_build/latex/PowerDNS-Authoritative.pdf - - run: inv ci-docs-upload-master --docs-host="${DOCS_HOST}" --pdf="PowerDNS-Authoritative.pdf" --username="docs_powerdns_com" product="auth" --directory="/${AUTH_DOCS_DIR}/" + - run: inv ci-docs-upload-master --docs-host="${DOCS_HOST}" --pdf="PowerDNS-Authoritative.pdf" --username="docs_powerdns_com" --product="auth" --directory="/${AUTH_DOCS_DIR}/" env: DOCS_HOST: ${{vars.DOCS_HOST}} AUTH_DOCS_DIR: ${{vars.AUTH_DOCS_DIR}}