Skip to content

Commit

Permalink
Fix up build problems with latest change
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Borean <jborean93@gmail.com>
  • Loading branch information
jborean93 committed Aug 12, 2022
1 parent 66592c0 commit d885831
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ci_docs_build/html
FOLDER: ci_docs_build
TARGET_FOLDER: stable

- name: Create release
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ jobs:
DISTRO: fedora:latest

- name: Deploy latest docs
if: false
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: ci_docs_build/html
FOLDER: ci_docs_build
TARGET_FOLDER: latest
2 changes: 1 addition & 1 deletion ci/run-on-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
docker run \
--rm \
--hostname test.krbtest.com \
--volume "$( pwd )":/tmp/build:z \
--volume "$( pwd )":/tmp/build \
--workdir /tmp/build \
--env KRB5_VER=${KRB5_VER:-mit} \
--env FLAKE=${FLAKE:no} \
Expand Down

0 comments on commit d885831

Please sign in to comment.