File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284284 with :
285285 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
286286 BRANCH : gh-pages
287- FOLDER : ci_docs_build/html
287+ FOLDER : ci_docs_build
288288 TARGET_FOLDER : stable
289289
290290 - name : Create release
Original file line number Diff line number Diff line change 3030 DISTRO : fedora:latest
3131
3232 - name : Deploy latest docs
33- if : false
34333534 with :
3635 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3736 BRANCH : gh-pages
38- FOLDER : ci_docs_build/html
37+ FOLDER : ci_docs_build
3938 TARGET_FOLDER : latest
Original file line number Diff line number Diff line change 33docker run \
44 --rm \
55 --hostname test.krbtest.com \
6- --volume " $( pwd ) " :/tmp/build:z \
6+ --volume " $( pwd ) " :/tmp/build \
77 --workdir /tmp/build \
88 --env KRB5_VER=${KRB5_VER:- mit} \
99 --env FLAKE=${FLAKE: no} \
You can’t perform that action at this time.
0 commit comments