Skip to content

Commit

Permalink
ci: perform link check on module options
Browse files Browse the repository at this point in the history
  • Loading branch information
srid authored Oct 23, 2024
1 parent 752ef1c commit 0bc7a43
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,12 @@ jobs:
run: |
om ci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" run --systems "${{ matrix.system }}"
flake-parts-docs:
if: false # Currently fails in CI
runs-on: x86_64-linux
steps:
- name: Docs for flake.parts
run: |
# TODO: Define this in nixci itself.
nix build \
github:hercules-ci/flake.parts-website#generated-docs-emanote \
--override-input emanote ../emanote/ \
--show-trace
nix build github:hercules-ci/flake.parts-website#checks.x86_64-linux.linkcheck --override-input emanote .
website:
if: github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 0bc7a43

Please sign in to comment.