This repository is to test vuepress-deploy.
The following guides are based on some shared assumptions:
- Source code repository(
vuepress-deploy-demo), we call itA - Target repository(
vuepress-deploy-demo-target), we call itB
There are three situations. Each situation corresponds to a deployment file.
ATOA:gh_pages:deploy-to-current-repo-gh_pages.ymlATOB:master:deploy-to-other-repo-master.ymlATOB:custom_branch:deploy-to-other-repo-custom_branch.yml
-
The action: https://github.com/jenkey2011/vuepress-deploy-demo/actions
-
ATOA:gh_pages: https://github.com/jenkey2011/vuepress-deploy-demo/tree/gh_pages -
ATOB:master:https://github.com/jenkey2011/vuepress-deploy-demo-target/tree/master -
ATOB:custom_branch:https://github.com/jenkey2011/vuepress-deploy-demo-target/tree/custom_branch -
The GitHub Pages of the repository B: https://jenkey2011.github.io/vuepress-deploy-demo-target/