Skip to content

Commit

Permalink
ci: Fix mdbook image location
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Sep 17, 2024
1 parent 50fa401 commit 63194a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
token: ${{ steps.app-token.outputs.token }}

- name: Build docs
uses: docker://ghcr.io/bjw-s/mdbook:0.4.40@sha256:ee94f40cb3fa7e6d6b07d0f0ccf50afae63b9602f7eb9981941ef6d80665834e
uses: docker://ghcr.io/bjw-s-labs/mdbook:0.4.40@sha256:affa58b3e56c1685cf711b8549ef66e71e8d6b3ecdfb85b74d5843d99aa0c1e4
with:
args: bash -c "cd docs && mdbook build"

Expand Down

0 comments on commit 63194a1

Please sign in to comment.