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