ist dit?
This commit is contained in:
4
.github/workflows/neocities.yml
vendored
4
.github/workflows/neocities.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user