Commit e76c69d 1 parent 870e77a commit e76c69d Copy full SHA for e76c69d
File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,25 @@ jobs:
13
13
linkChecker :
14
14
runs-on : ubuntu-latest
15
15
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
+
16
23
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
24
18
25
- name : Setup Hugo
19
26
uses : peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2.6.0
20
27
with :
21
28
hugo-version : latest
22
29
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
30
30
31
- - name : npm install
31
+ - name : Install site dependencies
32
32
run : npm install --save-dev autoprefixer && npm install --save-dev postcss-cli && npm install -D postcss
33
33
34
- - name : Build
34
+ - name : Build site with Hugo
35
35
run : hugo --minify -b ${{ steps.wait-for-netflify-preview.outputs.url }}
36
36
37
37
- name : Link Checker
You can’t perform that action at this time.
0 commit comments