File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284
284
with :
285
285
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
286
286
BRANCH : gh-pages
287
- FOLDER : ci_docs_build/html
287
+ FOLDER : ci_docs_build
288
288
TARGET_FOLDER : stable
289
289
290
290
- name : Create release
Original file line number Diff line number Diff line change 30
30
DISTRO : fedora:latest
31
31
32
32
- name : Deploy latest docs
33
- if : false
34
33
35
34
with :
36
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
37
36
BRANCH : gh-pages
38
- FOLDER : ci_docs_build/html
37
+ FOLDER : ci_docs_build
39
38
TARGET_FOLDER : latest
Original file line number Diff line number Diff line change 3
3
docker run \
4
4
--rm \
5
5
--hostname test.krbtest.com \
6
- --volume " $( pwd ) " :/tmp/build:z \
6
+ --volume " $( pwd ) " :/tmp/build \
7
7
--workdir /tmp/build \
8
8
--env KRB5_VER=${KRB5_VER:- mit} \
9
9
--env FLAKE=${FLAKE: no} \
You can’t perform that action at this time.
0 commit comments