Compare commits

..

No commits in common. "947b5e86d65af7336aa02f96ebb4a4c701c81b39" and "1a195e89b81f0e60c7c1f9523051d3deb3537d7c" have entirely different histories.

View file

@ -57,7 +57,6 @@ jobs:
- name: Copy build to host pages mount - name: Copy build to host 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 update && apt install -y rsync
source: dist rsync -a --delete dist/ /pages/fleeting
target: fleeting