ok
This commit is contained in:
10
.github/workflows/neocities.yml
vendored
10
.github/workflows/neocities.yml
vendored
@@ -13,10 +13,6 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -42,9 +38,9 @@ jobs:
|
|||||||
value: ${{fromJSON(needs.setup.outputs.matrix)}}
|
value: ${{fromJSON(needs.setup.outputs.matrix)}}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
#- run: |
|
||||||
cd ${{ github.workspace }}
|
# cd ${{ github.workspace }}
|
||||||
touch ${{ matrix.value.dest }}
|
# touch ${{ matrix.value.dest }}
|
||||||
- name: markdown to html
|
- name: markdown to html
|
||||||
uses: jaywcjlove/markdown-to-html-cli@main
|
uses: jaywcjlove/markdown-to-html-cli@main
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user