File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 68
68
run : |
69
69
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.3.1/oranda-installer.sh | sh
70
70
oranda build
71
-
72
- - name : Prepare HTML for link checking
73
- # untitaker/hyperlink supports no site prefixes, move entire site into
74
- # a subfolder
75
- run : mkdir /tmp/public/ && cp -R public /tmp/public/oranda
76
71
77
- - name : Check HTML for broken internal links
78
-
79
- with :
80
- args : /tmp/public/ --sources docs/
81
-
82
72
# Deploy to our gh-pages branch (creating it if it doesn't exist)
83
73
# the "public" dir that oranda made above will become the root dir
84
74
# of this branch.
95
85
# Gotta tell the action where to find oranda's output
96
86
folder : public
97
87
token : ${{ secrets.GITHUB_TOKEN }}
98
- single-commit : true
88
+ single-commit : true
You can’t perform that action at this time.
0 commit comments