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.
A
TOA:gh_pages
:deploy-to-current-repo-gh_pages.yml
A
TOB:master
:deploy-to-other-repo-master.yml
A
TOB:custom_branch
:deploy-to-other-repo-custom_branch.yml
-
The action: https://github.com/jenkey2011/vuepress-deploy-demo/actions
-
A
TOA:gh_pages
: https://github.com/jenkey2011/vuepress-deploy-demo/tree/gh_pages -
A
TOB:master
:https://github.com/jenkey2011/vuepress-deploy-demo-target/tree/master -
A
TOB: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/