hmm
This commit is contained in:
5
.github/workflows/neocities.yml
vendored
5
.github/workflows/neocities.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user