diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30799ff..6838143 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -86,8 +86,6 @@ jobs: cargo run --package generate-book mdbook build book/en mdbook build book/zh - cp CHANGELOG.md screenshot.png www/man/en - cp CHANGELOG.md screenshot.png www/man/zh - name: Deploy Pages uses: peaceiris/actions-gh-pages@v3 diff --git a/README.md b/README.md index ddaf0c6..db3bf4d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This readme is also available as a [book](https://just.systems/man/en/); Commands, called recipes, are stored in a file called `justfile` with syntax inspired by `make`: -![screenshot](screenshot.png) +![screenshot](https://raw.githubusercontent.com/casey/just/master/screenshot.png) You can then run them with `just RECIPE`: @@ -1904,7 +1904,7 @@ bar Changelog --------- -A changelog for the latest release is available in [CHANGELOG.md](CHANGELOG.md). Changelogs for previous releases are available on [the releases page](https://github.com/casey/just/releases). `just --changelog` can also be used to make a `just` binary print its changelog. +A changelog for the latest release is available in [CHANGELOG.md](https://raw.githubusercontent.com/casey/just/master/CHANGELOG.md). Changelogs for previous releases are available on [the releases page](https://github.com/casey/just/releases). `just --changelog` can also be used to make a `just` binary print its changelog. Miscellanea -----------