Skip to content

Commit

Permalink
Add page linter to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev authored Oct 24, 2024
1 parent 4e4aa2e commit b4640f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,14 @@ jobs:

- name: Build the docs
run: mkdocs build

- name: Lint the static site
uses: anishathalye/proof-html@v2
# if: ${{ inputs.runLint }}
with:
directory: ./_site
enforce_https: false
tokens: |
{"https://github.com": "${{ secrets.GITHUB_TOKEN }}"}
ignore_url: |
https://fonts.gstatic.com

0 comments on commit b4640f6

Please sign in to comment.