diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml new file mode 100644 index 0000000..57e7aa6 --- /dev/null +++ b/.forgejo/workflows/deploy.yml @@ -0,0 +1,6 @@ +on: [push] +jobs: + pull: + runs-on: docker + steps: + - uses: actions/checkout@v4