diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index d06148f..d9fbd5c 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -18,18 +18,21 @@ jobs: runs-on: ubuntu-latest outputs: matrix: ${{ steps.matrix.outputs.matrix }} + genhtml: ${{ steps.genhtml.outputs.genhtml }} steps: - uses: actions/checkout@v4 - name: create matrix id: matrix run: | cd ${{ github.workspace }} - echo "" >> ${{ github.workspace }}/public/posts.html - cat ${{ github.workspace }}/public/posts.html + echo "$genhtml" > ${{ github.workspace}}/public/posts.html #TODO this turns up empty right now. gotta figure that shit out i think - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1 diff --git a/genhtml.sh b/genhtml.sh new file mode 100755 index 0000000..959b7c3 --- /dev/null +++ b/genhtml.sh @@ -0,0 +1,15 @@ +html='" +echo $html +