Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 2 additions & 6 deletions .github/workflows/mkdocs-strict-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@

verify:
name: Verify mkdocs strict
strategy:
matrix:
go-version: [1.16.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
runs-on: ubuntu-latest

env:
GOPATH: ${{ github.workspace }}
Expand All @@ -41,10 +37,10 @@
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2

Check failure on line 40 in .github/workflows/mkdocs-strict-verify.yaml

View workflow job for this annotation

GitHub Actions / style / suggester / github_actions

[actionlint] reported by reviewdog 🐶 the runner of "actions/setup-python@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: e:.github/workflows/mkdocs-strict-verify.yaml:40:13: the runner of "actions/setup-python@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]

- name: Install requirements
run: python3 -m pip install -r requirements.txt

- name: Verify MkDocs
run: mkdocs build --strict
run: ./hack/build.sh --strict
98 changes: 0 additions & 98 deletions blog/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions blog/docs/images/corporate-logos/Google.svg

This file was deleted.

9 changes: 0 additions & 9 deletions blog/docs/images/corporate-logos/IBM.svg

This file was deleted.

1 change: 0 additions & 1 deletion blog/docs/images/corporate-logos/Redhat.svg

This file was deleted.

43 changes: 0 additions & 43 deletions blog/docs/images/corporate-logos/Triggermesh.svg

This file was deleted.

Loading
Loading