Skip to content

Commit

Permalink
Linkcheck fix (#3452)
Browse files Browse the repository at this point in the history
## Issue Addressed

I think we're running into this in our linkcheck, so I'm going to frist verify linkcheck fails on the current version, and then try downgrading it to see if it passes chronotope/chrono#755

Co-authored-by: realbigsean <sean@sigmaprime.io>
  • Loading branch information
realbigsean and realbigsean committed Aug 11, 2022
1 parent e0f8658 commit a476ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: docker network create book

- name: Run mdbook server
run: docker run -v ${{ github.workspace }}/book:/book --network book --name book -p 3000:3000 -d peaceiris/mdbook:latest serve --hostname 0.0.0.0
run: docker run -v ${{ github.workspace }}/book:/book --network book --name book -p 3000:3000 -d peaceiris/mdbook:v0.4.20-rust serve --hostname 0.0.0.0

- name: Print logs
run: docker logs book
Expand Down

0 comments on commit a476ae4

Please sign in to comment.