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 - 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'
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main run: |
with: apt-get update && apt-get install -y rsync
source: examples/website/dist rsync -a --delete examples/website/dist/ /pages/reconcile
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="schmelczer.dev/reconcile" data-domain="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>