diff options
| author | XhmikosR <[email protected]> | 2023-03-14 09:09:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-14 09:09:48 +0200 |
| commit | ca6dfad43c4caa89c7240b7c42adab2e61120797 (patch) | |
| tree | 96f3857481f617ff500fbd16a1e01358f5cd38a0 /.github/workflows | |
| parent | 3b632cdee6c9817434c03d785ad8ec2fb62175c5 (diff) | |
| download | bootstrap-ca6dfad43c4caa89c7240b7c42adab2e61120797.tar.xz bootstrap-ca6dfad43c4caa89c7240b7c42adab2e61120797.zip | |
Move --printUnusedTemplates in hugo scripts (#38227)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4dcc794bb..bdeae6043 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -41,9 +41,6 @@ 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: |
