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