diff options
| author | louismaxime.piton <[email protected]> | 2023-03-08 12:12:13 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2023-03-10 11:18:35 -0600 |
| commit | 2a9308b85520d4c55d0015bd6ef7a0fcf051a0ed (patch) | |
| tree | 6706cd7e169c50f7191918feffd8773750d5f202 /.github/workflows | |
| parent | 2032a6aa8e351133ccffcf2b798728733d10f0b4 (diff) | |
| download | bootstrap-2a9308b85520d4c55d0015bd6ef7a0fcf051a0ed.tar.xz bootstrap-2a9308b85520d4c55d0015bd6ef7a0fcf051a0ed.zip | |
Update workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bdeae6043..4dcc794bb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,6 +41,9 @@ jobs: - name: Validate HTML run: npm run docs-vnu + - name: Check for unused templates + run: npm run docs-check-unused-templates + - name: Run linkinator uses: JustinBeckwith/linkinator-action@v1 with: |
