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: