This commit is contained in:
2025-04-25 22:58:17 +02:00
parent 9fdfea7542
commit 77a1058029

View File

@@ -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: