euhm
This commit is contained in:
3
.github/workflows/neocities.yml
vendored
3
.github/workflows/neocities.yml
vendored
@@ -29,7 +29,8 @@ jobs:
|
|||||||
run: |
|
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"
|
test=$(./compile.sh)
|
||||||
|
echo "::set-output name=matrix::$test"
|
||||||
- name: check matrix
|
- name: check matrix
|
||||||
run: |
|
run: |
|
||||||
echo "${{ steps.matrix.outputs.value }}"
|
echo "${{ steps.matrix.outputs.value }}"
|
||||||
|
@@ -6,5 +6,5 @@ do
|
|||||||
timestamp=`git log --format=%ad --date=format:'%Y-%m-%d' -- $entry`
|
timestamp=`git log --format=%ad --date=format:'%Y-%m-%d' -- $entry`
|
||||||
t+="{\"dest\"=$filename,\"time\"=$timestamp},"
|
t+="{\"dest\"=$filename,\"time\"=$timestamp},"
|
||||||
done
|
done
|
||||||
echo "value=${t%?}]"
|
echo "${t%?}]"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user