Skip to content

Commit d885831

Browse files
committed
Fix up build problems with latest change
Signed-off-by: Jordan Borean <[email protected]>
1 parent 66592c0 commit d885831

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff 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

.github/workflows/deploy-docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ jobs:
3030
DISTRO: fedora:latest
3131

3232
- name: Deploy latest docs
33-
if: false
3433
uses: JamesIves/[email protected]
3534
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

ci/run-on-linux.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
docker 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} \

0 commit comments

Comments
 (0)