From ecd340324d9a087c5146ee447a9e93071632a917 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 22:43:38 +0200 Subject: [PATCH] create file --- .github/workflows/neocities.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 35bcec2..2581ec5 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -42,6 +42,8 @@ jobs: value: ${{fromJSON(needs.setup.outputs.matrix)}} steps: - uses: actions/checkout@v4 + run: | + touch ${{ github.workspace}}/public/posts/${{ matrix.value.time }}_${ matrix.value.dest }} - name: markdown to html uses: jaywcjlove/markdown-to-html-cli@main with: