Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

fix broken minikube link, only report broken links in GH action #3000

Merged
merged 2 commits into from
Apr 14, 2020
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
id: lc
uses: peter-evans/link-checker@v1
with:
args: -v -d ./site -r ./site
args: -d ./site -r ./site
- name: Fail if there were link errors
run: exit ${{ steps.lc.outputs.exit_code }}
2 changes: 1 addition & 1 deletion docs/contributing/get-started-developing.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ and run what we have locally.
minikube delete
```

4. The [`minikube` addon](https://github.com/kubernetes/minikube/blob/master/docs/addons.md)
4. The [`minikube` addon](https://minikube.sigs.k8s.io/docs/commands/addons/)
called [freshpod](https://github.com/GoogleCloudPlatform/freshpod)
that will be very useful to us later. You'll see. It's gonna be cool.

Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs == 1.1
mkdocs-material == 4.6.3
mkdocs-material == 5.1.0
mkdocs-redirects
pymdown-extensions == 6.3.0
pymdown-extensions == 7.0.0