Skip to content

Commit 52fb9eb

Browse files
committed
Updated to point at local files
1 parent 4e16c52 commit 52fb9eb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/docs.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,18 @@ jobs:
3434
echo "::warning title=Invalid file permissions automatically fixed::$line"
3535
done
3636
37-
- name: Upload Pages artifact
38-
uses: actions/upload-pages-artifact@v2
39-
with:
40-
path: ./docs/.output/public
41-
4237
- name: Check for broken links
4338
uses: ruzickap/action-my-broken-link-checker@v2
4439
with:
4540
url: https://garethgeorge.github.io/backrest/
41+
pages_path: ./docs/.output/public
4642
cmd_params: '-v --max-connections=3 --timeout=20 --buffer-size=8192 --color=always --exclude="(/_nuxt/|discord.com)"'
4743

44+
- name: Upload Pages artifact
45+
uses: actions/upload-pages-artifact@v2
46+
with:
47+
path: ./docs/.output/public
48+
4849
deploy:
4950
needs: build
5051

0 commit comments

Comments
 (0)