Skip to content

Commit

Permalink
fixup! manual/: add linkcheck, CI for checking Manual.md changes
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Feb 12, 2024
1 parent 6faa31a commit 11bbd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
manual:
name: Check formatting and links
name: Check links
runs-on: ubuntu-latest
container:
image: ghcr.io/void-linux/void-musl:20231230R1
Expand All @@ -21,7 +21,7 @@ jobs:
run: |
xbps-install -Syu || xbps-install -Syu xbps
xbps-install -yu
xbps-install -y bash mdBook mdbook-linkcheck
xbps-install -y git bash mdBook mdbook-linkcheck
- name: Clone and checkout
uses: classabbyamp/treeless-checkout-action@v1
- run: ./common/travis/manual-ci.sh
Expand Down

0 comments on commit 11bbd28

Please sign in to comment.