Compare commits
No commits in common. "11ab27d5f4ba33bcc5ff0db78f79d901088bce2e" and "383a0229b37da5e92d05f261bf644fd9f962d73e" have entirely different histories.
11ab27d5f4
...
383a0229b3
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue