add action to publish to weblog.lol
All checks were successful
/ weblog.lol (push) Successful in 8s

This commit is contained in:
Gordon Pedersen 2024-05-06 12:34:41 +10:00
parent a2b32effdf
commit 650a6d3370

View file

@ -0,0 +1,15 @@
on: [push]
jobs:
weblog_import:
runs-on: ubuntu-latest
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 }}