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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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:
|
||||
|
Reference in New Issue
Block a user