Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 08a656c6ed | |||
| adfc0ec868 | |||
| 56b40b358c |
2 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue