Xuanwo commented on code in PR #3739:
URL:
https://github.com/apache/incubator-opendal/pull/3739#discussion_r1422073299
##########
.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:
I have created an JIRA ticket:
https://issues.apache.org/jira/browse/INFRA-25262
--
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]