We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 730ea0d commit 566b332Copy full SHA for 566b332
.github/workflows/main.yml
@@ -79,6 +79,6 @@ jobs:
79
steps:
80
- name: Merge into master
81
working-directory: build
82
- run: rsync -avP --delete doc/html ~/dev.pygimli.org
+ run: rsync -avP --delete doc/html/ /var/www/html
83
84
0 commit comments