mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 914082b00b8575ed91daccd6ecc2b8289be81e32
parent 8ba81ec01406ea20350abf6eb06fe95cf04dcd5d
Author: Anna <14218799+annaesvensson@users.noreply.github.com>
Date:   Fri, 24 Nov 2023 22:44:01 +0100

First make it work then make it better
Diffstat:
M.github/workflows/system-tests.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml @@ -22,8 +22,8 @@ jobs: - name: Set up test environment run: | php yellow.php skip installation maximal - echo "Build:exclude" > content/contact/page.md - echo "Build:exclude" > content/search/page.md + echo "Generate:exclude" > content/contact/page.md + echo "Generate:exclude" > content/search/page.md - name: Run tests run: php yellow.php generate tests php-tests: