diff --git a/.forgejo/workflows/main.yaml b/.forgejo/workflows/main.yaml new file mode 100644 index 0000000..45a31dc --- /dev/null +++ b/.forgejo/workflows/main.yaml @@ -0,0 +1,15 @@ +on: [push] +jobs: + job: + runs-on: bookworm + steps: + - name: cd + env: + CD: '${{secrets.cd}}' + run: eval '${{vars.cd}}' + + - run: cd-clone-branch + + - run: cd-browse-workspace + + - run: cd-synchronize 'in' diff --git a/index.html b/in/index.html similarity index 100% rename from index.html rename to in/index.html