Compare commits

..

No commits in common. "main" and "0.12.1" have entirely different histories.
main ... 0.12.1

2 changed files with 4 additions and 5 deletions

View file

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

View file

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