We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a111d45 commit 6f11597Copy full SHA for 6f11597
1 file changed
README.md
@@ -22,7 +22,7 @@ name: Check markdown links
22
jobs:
23
my-broken-link-checker:
24
name: Check broken links
25
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
26
steps:
27
- name: Check
28
uses: ruzickap/action-my-broken-link-checker@v1
@@ -88,7 +88,7 @@ on:
88
89
90
build-deploy:
91
92
93
- name: Create web page
94
run: |
@@ -157,7 +157,7 @@ on:
157
158
159
hugo-build:
160
161
162
- uses: actions/checkout@v2
163
@@ -230,7 +230,7 @@ on:
230
231
232
vuepress-build-check-deploy:
233
234
235
236
0 commit comments