diff --git a/.forgejo/workflows/main-build.yaml b/.forgejo/workflows/main-build.yaml index 4dd289f..89717d4 100644 --- a/.forgejo/workflows/main-build.yaml +++ b/.forgejo/workflows/main-build.yaml @@ -49,11 +49,13 @@ jobs: echo "No /webpub mount found, skipping empty." fi - # if the /webpub mount exists, copy the build output there + # if the /webpub mount exists, copy the build output there (with shitty temp hack) - name: Copy build output to /webpub run: | if [ -d /webpub ]; then cp -r build/web/* /webpub/ + cd /webpub + ln -s . shitman else echo "No /webpub mount found, skipping copy." fi diff --git a/README.md b/README.md index 6c597da..9dca251 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # shitman Hitman, but shit. + +[non-functional wip demo](https://nozzle.localhose.com/shitman/)