Compare commits

..

3 commits
0.12.1 ... main

Author SHA1 Message Date
08a656c6ed Merge pull request 'Adopt shared ci-actions for publishing' (#66) from ci/shared-actions into main
All checks were successful
Check / build (push) Successful in 5m51s
Publish / build (push) Successful in 8m43s
Publish / publish-crate (push) Has been skipped
Publish / publish-npm (push) Has been skipped
Publish / publish-pypi (push) Has been skipped
Reviewed-on: https://home.schmelczer.dev/git/git/andras/reconcile/pulls/66
2026-06-06 15:19:23 +01:00
adfc0ec868 Adopt shared ci-actions for publishing
All checks were successful
Check / build (pull_request) Successful in 5m44s
Replace the inline publish step(s) with the canonical shell-only composite
actions in andras/ci-actions (deploy-pages / docker-publish / forgejo-release).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 14:58:36 +01:00
56b40b358c Update link
All checks were successful
Publish / build (push) Successful in 7m0s
Publish / publish-crate (push) Has been skipped
Publish / publish-npm (push) Has been skipped
Publish / publish-pypi (push) Has been skipped
Check / build (push) Successful in 7m56s
2026-06-03 20:42:51 +01:00
2 changed files with 5 additions and 4 deletions

View file

@ -79,9 +79,10 @@ jobs:
- name: Deploy to pages mount - name: Deploy to pages mount
if: github.event_name == 'push' && github.ref == 'refs/heads/main' if: github.event_name == 'push' && github.ref == 'refs/heads/main'
run: | uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
apt-get update && apt-get install -y rsync with:
rsync -a --delete examples/website/dist/ /pages/reconcile source: examples/website/dist
target: reconcile
publish-crate: publish-crate:
needs: build needs: build

View file

@ -26,7 +26,7 @@
<link inline inline-asset="index.css" inline-asset-delete /> <link inline inline-asset="index.css" inline-asset-delete />
<script <script
defer defer
data-domain="reconcile" data-domain="schmelczer.dev/reconcile"
data-api="https://stats.schmelczer.dev/status" data-api="https://stats.schmelczer.dev/status"
src="https://stats.schmelczer.dev/js/script.outbound-links.js" src="https://stats.schmelczer.dev/js/script.outbound-links.js"
></script> ></script>