Compare commits

..

No commits in common. "11ab27d5f4ba33bcc5ff0db78f79d901088bce2e" and "383a0229b37da5e92d05f261bf644fd9f962d73e" have entirely different histories.

View file

@ -71,7 +71,6 @@ jobs:
run: npm run build run: npm run build
- name: Copy build to host pages mount - name: Copy build to host pages mount
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main run: |
with: apt update && apt install -y rsync
source: dist rsync -a --delete --mkpath --chmod=ugo=rwx dist/ /pages/photos/
target: photos