Skip to content

Commit 566b332

Browse files
CI: Fix rsync of HTML files
1 parent 730ea0d commit 566b332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
steps:
8080
- name: Merge into master
8181
working-directory: build
82-
run: rsync -avP --delete doc/html ~/dev.pygimli.org
82+
run: rsync -avP --delete doc/html/ /var/www/html
8383

8484

0 commit comments

Comments
 (0)