Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
john-cd committed Jan 2, 2024
1 parent 02ad3d0 commit 7b60851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
# key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: ${{ runner.os }}-cargo-
- name: Build docker image
run: docker compose -f compose.yaml -f compose-ci.yaml build
run: docker compose -f .devcontainer/compose.yaml -f .devcontainer/compose-ci.yaml build
- name: Build the book
run: docker compose -f compose.yaml -f compose-ci.yaml up
run: docker compose -f .devcontainer/compose.yaml -f .devcontainer/compose-ci.yaml up
## GitHub Pages
- name: Setup Pages
id: pages
Expand Down

0 comments on commit 7b60851

Please sign in to comment.