diff options
Diffstat (limited to '.forgejo/workflows')
| -rw-r--r-- | .forgejo/workflows/build.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index cbb25ad..6d02841 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -14,12 +14,8 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - # evil hack to get makko - # mb write separate script for this? - name: Setup Makko - run: | - curl -A "actions (compatible; Forgejo Actions; https://code.wejust.rest)" -o /usr/local/bin/makko https://our.starlightnet.work/transient/makko%20releases/makko%202.1.3-prerelease/makko-x86_64-linux - chmod +x /usr/local/bin/makko + uses: lain/dl-makko@master - name: Build blog run: | |
