From e21caf2c7e83b90f43bb8bddf57cbc43bd2188e1 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 22 Sep 2025 19:38:24 +0200 Subject: website: allow build.tes to be called from out-of-tree builds This hopefully fixes the 10-freebsd14-msys-sciteco CI job. --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3