Merge pull request 'Adopt shared ci-actions for publishing' (#1) from ci/shared-actions into main
Reviewed-on: https://home.schmelczer.dev/git/git/andras/photos/pulls/1
This commit is contained in:
commit
11ab27d5f4
1 changed files with 4 additions and 3 deletions
|
|
@ -71,6 +71,7 @@ jobs:
|
|||
run: npm run build
|
||||
|
||||
- name: Copy build to host pages mount
|
||||
run: |
|
||||
apt update && apt install -y rsync
|
||||
rsync -a --delete --mkpath --chmod=ugo=rwx dist/ /pages/photos/
|
||||
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
|
||||
with:
|
||||
source: dist
|
||||
target: photos
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue