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