[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: fix path for symbolic link
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: fix path for symbolic link |
Date: |
Sun, 03 Nov 2024 14:16:37 +0100 |
This is an automated email from the git hooks/post-receive script.
oec pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new c4b3ca20 fix path for symbolic link
c4b3ca20 is described below
commit c4b3ca20cbe45b42927755e8e8c6dba10424dbec
Author: Özgür Kesim <oec-taler@kesim.org>
AuthorDate: Sun Nov 3 14:16:34 2024 +0100
fix path for symbolic link
---
contrib/ci/jobs/0-build/build-docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/0-build/build-docs.sh
b/contrib/ci/jobs/0-build/build-docs.sh
index 0e4c849f..2d0f863c 100755
--- a/contrib/ci/jobs/0-build/build-docs.sh
+++ b/contrib/ci/jobs/0-build/build-docs.sh
@@ -24,5 +24,5 @@ if [[ ${CI_GIT_BRANCH} = "master" ]]; then
# point to `images/_math` (i.e. relative to a dir like
`design-documents/`).
#
# Here is a workaround for this issue, at least for `design-documents/`:
- ln -s ../images
"${ARTIFACTS_DIR}/docs_build/docs/html/design_documents/images"
+ ln -s ../_images
"${ARTIFACTS_DIR}/docs_build/docs/html/design-documents/_images"
fi
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: fix path for symbolic link,
gnunet <=