From aaf57d87ee8c54fd6c18b1120254d3b67856a4df Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 22:27:01 +0200 Subject: [PATCH] euh --- .github/workflows/neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index e05f250..6eb6b7b 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -44,7 +44,7 @@ jobs: - name: markdown to html uses: jaywcjlove/markdown-to-html-cli@main with: - source: notes/${{ matrix.value.dest }}.md + source: "notes/${{ matrix.value.dest }}.md" output: public/posts/${{ matrix.value.time }}_${{ matrix.value.dest }}.html github-corners: https://github.com/jaywcjlove/markdown-to-html-cliA - name: generate posts.html entries