From 1b42fe329e17e1691d03f0eb03b33723f87fe4ec Mon Sep 17 00:00:00 2001 From: Termina1 Date: Fri, 26 Jan 2024 14:42:52 +0200 Subject: [PATCH] fix links --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0168806b..0083dba1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -29,7 +29,7 @@ jobs: - name: asciidoctor-ghpages uses: manoelcampos/asciidoctor-ghpages-action@v2 env: - PREFIX: ${{ github.server_url }}/${{ github.repository }} + PREFIX: ${{ github.server_url }}/${{ github.repository }}/ with: pre_build: find ./docs -name '*.adoc' -print0 | xargs -0 sed -i -e "s|link:\([^ ]*\)|link:${PREFIX}\1|g"