mirror of
https://github.com/m-lamonaca/json-to-env.git
synced 2025-04-05 10:26:40 +00:00
fix link check with path_prefix
This commit is contained in:
parent
910845d934
commit
7d6ecaf144
1 changed files with 4 additions and 2 deletions
6
.github/workflows/oranda.yml
vendored
6
.github/workflows/oranda.yml
vendored
|
@ -72,12 +72,14 @@ jobs:
|
||||||
- name: Prepare HTML for link checking
|
- name: Prepare HTML for link checking
|
||||||
# untitaker/hyperlink supports no site prefixes, move entire site into
|
# untitaker/hyperlink supports no site prefixes, move entire site into
|
||||||
# a subfolder
|
# a subfolder
|
||||||
run: mkdir /tmp/public/ && cp -R public /tmp/public/oranda
|
run: |
|
||||||
|
mkdir /tmp/public/ && cp -R public /tmp/public/json-to-env
|
||||||
|
cp public/index.html /tmp/public
|
||||||
|
|
||||||
- name: Check HTML for broken internal links
|
- name: Check HTML for broken internal links
|
||||||
uses: untitaker/hyperlink@0.1.29
|
uses: untitaker/hyperlink@0.1.29
|
||||||
with:
|
with:
|
||||||
args: /tmp/public/oranda
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue