This commit is contained in:
2025-04-25 22:06:20 +02:00
parent 1d222d7fb9
commit 7d43f45170

View File

@@ -23,6 +23,7 @@ jobs:
outputs: outputs:
matrix: ${{ steps.matrix.outputs.value }} matrix: ${{ steps.matrix.outputs.value }}
steps: steps:
- uses: actions/checkout@v4
- name: generate posts.html - name: generate posts.html
run: | run: |
ls -la ${{ github.workspace }} ls -la ${{ github.workspace }}
@@ -40,6 +41,7 @@ jobs:
matrix: matrix:
value: ${{fromJSON(needs.setup.outputs.matrix)}} value: ${{fromJSON(needs.setup.outputs.matrix)}}
steps: steps:
- uses: actions/checkout@v4
- name: markdown to html - name: markdown to html
uses: jaywcjlove/markdown-to-html-cli@main uses: jaywcjlove/markdown-to-html-cli@main
with: with:
@@ -54,10 +56,10 @@ jobs:
needs: [ build ] needs: [ build ]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4
- name: finish posts.html - name: finish posts.html
run: | run: |
echo "</ul>" >> ${{ github.workspace }}public/posts.html echo "</ul>" >> ${{ github.workspace }}public/posts.html
- uses: actions/checkout@v4
- name: Deploy to neocities - name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1 uses: bcomnes/deploy-to-neocities@v1