diff --git a/.forgejo/workflows/demo.yml b/.forgejo/workflows/demo.yml deleted file mode 100644 index 21280bd..0000000 --- a/.forgejo/workflows/demo.yml +++ /dev/null @@ -1,6 +0,0 @@ -on: [push] -jobs: - test: - runs-on: docker - steps: - - run: echo All Good \ No newline at end of file diff --git a/.forgejo/workflows/main.yml b/.forgejo/workflows/main.yml new file mode 100644 index 0000000..b8728f5 --- /dev/null +++ b/.forgejo/workflows/main.yml @@ -0,0 +1,15 @@ +on: [push] + +jobs: + weblog_import: + runs-on: docker + name: weblog.lol + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 2 + - id: weblog_import + uses: https://github.com/neatnik/weblog.lol@v1 + env: + ADDRESS: deathau + WEBLOG_API_KEY: ${{ secrets.WEBLOG_API_KEY }} \ No newline at end of file