Compare commits
No commits in common. "08a656c6ed32d7c307b36bc6dec0134c40ac0a43" and "56b40b358c2a5d1a9fef3bd5aa96c6ee34f44fca" have entirely different histories.
08a656c6ed
...
56b40b358c
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue