aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorRobin Haberkorn <rhaberkorn@fmsbw.de>2025-09-22 19:38:24 +0200
committerRobin Haberkorn <rhaberkorn@fmsbw.de>2025-09-22 20:36:27 +0200
commite21caf2c7e83b90f43bb8bddf57cbc43bd2188e1 (patch)
treeec597feecfaa5c622ce97db50029ea51bf3245a6 /.github
parent9eebe2bc2bde06c718390bc1032fa28164fce9c2 (diff)
downloadsciteco-e21caf2c7e83b90f43bb8bddf57cbc43bd2188e1.tar.gz
website: allow build.tes to be called from out-of-tree builds
This hopefully fixes the 10-freebsd14-msys-sciteco CI job.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index 761ded0..2e494e4 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -135,7 +135,7 @@ jobs:
- name: Install lowdown (Markdown processor)
run: brew install lowdown
- name: Generate website
- run: cd www && sciteco -m build.tes
+ run: cd www && sciteco -m build.tes ..
- name: Publish Website
run: |
cd www