File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 6868 run : |
6969 curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.3.1/oranda-installer.sh | sh
7070 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
7671
77- - name : Check HTML for broken internal links
78- 79- with :
80- args : /tmp/public/ --sources docs/
81-
8272 # Deploy to our gh-pages branch (creating it if it doesn't exist)
8373 # the "public" dir that oranda made above will become the root dir
8474 # of this branch.
9585 # Gotta tell the action where to find oranda's output
9686 folder : public
9787 token : ${{ secrets.GITHUB_TOKEN }}
98- single-commit : true
88+ single-commit : true
You can’t perform that action at this time.
0 commit comments