Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d885831

Browse files
Fix up build problems with latest change
Signed-off-by: Jordan Borean <jborean93@gmail.com>
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 2 deletions
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/github-pages-deploy-action@3.7.1
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

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /