This commit is contained in:
2025-04-25 23:19:27 +02:00
parent b5cdb8afb6
commit ac2a910d1b

View File

@@ -32,6 +32,7 @@ jobs:
run: |
cd ${{ github.workspace }}
test=$(./genhtml.sh)
echo $test
echo "genhtml=$test" >> $GITHUB_OUTPUT
build:
@@ -61,8 +62,8 @@ jobs:
env:
genhtml: ${{ needs.setup.outputs.genhtml }}
run: |
echo "${{ genhtml.value }}" > ${{ github.workspace}}/public/posts.html
echo $genhtml
echo "$genhtml" > ${{ github.workspace}}/public/posts.html
echo "$genhtml"
#TODO this turns up empty right now. gotta figure that shit out i think
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v1