mirror of
https://github.com/edg-l/sitewriter.git
synced 2024-11-09 09:38:24 +00:00
try
This commit is contained in:
parent
583085f0d2
commit
5d32836ee4
11
.github/workflows/web.yml
vendored
11
.github/workflows/web.yml
vendored
|
@ -70,16 +70,6 @@ jobs:
|
||||||
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh
|
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh
|
||||||
oranda build
|
oranda build
|
||||||
|
|
||||||
- name: Prepare HTML for link checking
|
|
||||||
# untitaker/hyperlink supports no site prefixes, move entire site into
|
|
||||||
# a subfolder
|
|
||||||
run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda
|
|
||||||
|
|
||||||
- name: Check HTML for broken internal links
|
|
||||||
uses: untitaker/hyperlink@0.1.29
|
|
||||||
with:
|
|
||||||
args: /tmp/public/
|
|
||||||
|
|
||||||
# Deploy to our gh-pages branch (creating it if it doesn't exist).
|
# Deploy to our gh-pages branch (creating it if it doesn't exist).
|
||||||
# The "public" dir that oranda made above will become the root dir
|
# The "public" dir that oranda made above will become the root dir
|
||||||
# of this branch.
|
# of this branch.
|
||||||
|
@ -97,4 +87,3 @@ jobs:
|
||||||
folder: public
|
folder: public
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
single-commit: true
|
single-commit: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue