fix
This commit is contained in:
2
.github/workflows/static.yml
vendored
2
.github/workflows/static.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
- name: asciidoctor-ghpages
|
- name: asciidoctor-ghpages
|
||||||
uses: manoelcampos/asciidoctor-ghpages-action@v2
|
uses: manoelcampos/asciidoctor-ghpages-action@v2
|
||||||
env:
|
env:
|
||||||
PREFIX: ${{ github.server_url }}/${{ github.repository }}/docs/
|
PREFIX: ${{ github.server_url }}/${{ github.repository }}/tree/master/docs/
|
||||||
with:
|
with:
|
||||||
pre_build: find ./docs -name '*.adoc' -print0 | xargs -0 sed -i -e "s|link:\([^ ]*\)|link:${PREFIX}\1|g"
|
pre_build: find ./docs -name '*.adoc' -print0 | xargs -0 sed -i -e "s|link:\([^ ]*\)|link:${PREFIX}\1|g"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user