Skip to content

Commit e76c69d

Browse files
committed
reorder
Signed-off-by: chipzoller <chipzoller@gmail.com>
1 parent 870e77a commit e76c69d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/check-links.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@ jobs:
1313
linkChecker:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Waiting for Netlify Preview
17+
uses: jakepartusch/wait-for-netlify-action@f1e137043864b9ab9034ae3a5adc1c108e3f1a48 # v1.4
18+
id: wait-for-netflify-preview
19+
with:
20+
site_name: kyverno
21+
max_timeout: 60
22+
1623
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1724

1825
- name: Setup Hugo
1926
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2.6.0
2027
with:
2128
hugo-version: latest
2229
extended: true
23-
24-
- name: Waiting for Netlify Preview
25-
uses: jakepartusch/wait-for-netlify-action@f1e137043864b9ab9034ae3a5adc1c108e3f1a48 # v1.4
26-
id: wait-for-netflify-preview
27-
with:
28-
site_name: kyverno
29-
max_timeout: 60
3030

31-
- name: npm install
31+
- name: Install site dependencies
3232
run: npm install --save-dev autoprefixer && npm install --save-dev postcss-cli && npm install -D postcss
3333

34-
- name: Build
34+
- name: Build site with Hugo
3535
run: hugo --minify -b ${{ steps.wait-for-netflify-preview.outputs.url }}
3636

3737
- name: Link Checker

0 commit comments

Comments
 (0)