ID
This commit is contained in:
7
.github/workflows/neocities.yml
vendored
7
.github/workflows/neocities.yml
vendored
@@ -24,11 +24,14 @@ jobs:
|
|||||||
matrix: ${{ steps.matrix.outputs.value }}
|
matrix: ${{ steps.matrix.outputs.value }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: |
|
- name: create matrix
|
||||||
|
id: matrix
|
||||||
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
echo "<ul class=posts>" > public/posts.html
|
echo "<ul class=posts>" > public/posts.html
|
||||||
./compile.sh >> "$GITHUB_OUTPUT"
|
./compile.sh >> "$GITHUB_OUTPUT"
|
||||||
- run: |
|
- name: check matrix
|
||||||
|
run: |
|
||||||
echo "${{ steps.matrix.outputs.value }}"
|
echo "${{ steps.matrix.outputs.value }}"
|
||||||
build:
|
build:
|
||||||
needs: [ setup ]
|
needs: [ setup ]
|
||||||
|
Reference in New Issue
Block a user