Skip to content

Commit 16a4ebb

Browse files
committed
gha: fix docs source path in upload task
1 parent 70b0591 commit 16a4ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
env:
4040
RSYNC_PASSWORD: ${{ secrets.RSYNC_DOCUMENTATION_PASSWD }}
4141
run: |
42-
rsync-ssl -a --delete build/libasync-doc/html/ [email protected]::docs/libasync
42+
rsync-ssl -a --delete build/docs/libasync-doc/ [email protected]::docs/libasync

0 commit comments

Comments
 (0)