From 77a105802949149f56e2ce7debcc06db29c27467 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Fri, 25 Apr 2025 22:58:17 +0200 Subject: [PATCH] ok --- .github/workflows/neocities.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 7f07e27..b2e6833 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -13,10 +13,6 @@ concurrency: cancel-in-progress: true - - - - jobs: setup: runs-on: ubuntu-latest @@ -42,9 +38,9 @@ jobs: value: ${{fromJSON(needs.setup.outputs.matrix)}} steps: - uses: actions/checkout@v4 - - run: | - cd ${{ github.workspace }} - touch ${{ matrix.value.dest }} + #- run: | + # cd ${{ github.workspace }} + # touch ${{ matrix.value.dest }} - name: markdown to html uses: jaywcjlove/markdown-to-html-cli@main with: