FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
netdata/.github/workflows/docs.yml at v1.35 · netdata/netdata · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
netdata
/
netdata
Public
Notifications
You must be signed in to change notification settings
Fork
6.6k
Star
80.5k
Code
Issues
193
Pull requests
203
Discussions
Actions
Projects
Security and quality
10
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
netdata
/
.github
/
workflows
/
docs.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
29 lines (29 loc) · 605 Bytes
Breadcrumbs
netdata
/
.github
/
workflows
/
docs.yml
Copy path
File metadata and controls
29 lines (29 loc) · 605 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
name
:
Docs
on
:
push
:
branches
:
-
master
paths
:
-
'
**.md
'
pull_request
:
paths
:
-
'
**.md
'
env
:
DISABLE_TELEMETRY
:
1
jobs
:
markdown-link-check
:
name
:
Broken Links
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
with
:
submodules
:
recursive
-
name
:
Run link check
uses
:
gaurav-nelson/github-action-markdown-link-check@v1
with
:
use-quiet-mode
:
'
no
'
use-verbose-mode
:
'
yes
'
check-modified-files-only
:
'
yes
'
config-file
:
'
.mlc_config.json
'
Back
|
FazBrowse Home
|
New Git URL