Commit 52fb9eb 1 parent 4e16c52 commit 52fb9eb Copy full SHA for 52fb9eb
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,17 +34,18 @@ jobs:
34
34
echo "::warning title=Invalid file permissions automatically fixed::$line"
35
35
done
36
36
37
- - name : Upload Pages artifact
38
- uses : actions/upload-pages-artifact@v2
39
- with :
40
- path : ./docs/.output/public
41
-
42
37
- name : Check for broken links
43
38
uses : ruzickap/action-my-broken-link-checker@v2
44
39
with :
45
40
url : https://garethgeorge.github.io/backrest/
41
+ pages_path : ./docs/.output/public
46
42
cmd_params : ' -v --max-connections=3 --timeout=20 --buffer-size=8192 --color=always --exclude="(/_nuxt/|discord.com)"'
47
43
44
+ - name : Upload Pages artifact
45
+ uses : actions/upload-pages-artifact@v2
46
+ with :
47
+ path : ./docs/.output/public
48
+
48
49
deploy :
49
50
needs : build
50
51
You can’t perform that action at this time.
0 commit comments