Xuanwo commented on code in PR #3739:
URL:
https://github.com/apache/incubator-opendal/pull/3739#discussion_r1423273982
##########
.github/workflows/docs.yml:
##########
@@ -378,3 +378,15 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: website/build
publish_branch: gh-pages
+
+ - name: Deploy to nightlies
+ uses: burnett01/[email protected]
+ if: "startsWith(github.ref, 'refs/tags/')"
+ with:
+ switches: -avzr
+ path: website/build/*
+ remote_path: ${{ secrets.NIGHTLIES_RSYNC_PATH
}}/opendal/opendal-docs-release-${{ github.ref_name }}
Review Comment:
JIRA ticket has been fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]