Skip to content

docs: add a method to deploy vuepress site with github actions #2179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Dec 20, 2021

Conversation

jenkey2011
Copy link
Contributor

@jenkey2011 jenkey2011 commented Feb 12, 2020

Summary

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Docs
  • Build-related changes
  • Other, please describe:

If changing the UI of default theme, please provide the before/after screenshot:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

  • When resolving a specific issue, it's referenced in the PR's title (e.g. fix #xxx[,#xxx], where "xxx" is the issue number)

You have tested in the following browsers: (Providing a detailed version will be better.)

  • Chrome
  • Firefox
  • Safari
  • Edge
  • IE

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature
  • Related documents have been updated
  • Related tests have been updated

To avoid wasting your time, it's best to open a feature request issue first and wait for approval before working on it.

Other information:

@jenkey2011 jenkey2011 force-pushed the master branch 2 times, most recently from 119cdc1 to 45965a6 Compare February 12, 2020 10:00
Copy link
Collaborator

@kefranabg kefranabg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jenkey2011 Could you provide a minimalist repos that uses your GitHub action and give me the rights so I can test it?

@jenkey2011
Copy link
Contributor Author

jenkey2011 commented Feb 13, 2020

Demo

see: https://github.com/jenkey2011/vuepress-deploy-demo

Detail

The following guides are based on some shared assumptions:

  • Source code repository(vuepress-deploy-demo), we call it A
  • Target repository(vuepress-deploy-demo-target), we call it B

There are three situations. Each situation corresponds to a deployment file.

  • A TO A:gh_pages: deploy-to-current-repo-gh_pages.yml
  • A TO B:master: deploy-to-other-repo-master.yml
  • A TO B:custom_branch: deploy-to-other-repo-custom_branch.yml

Here we can see:

@jenkey2011 jenkey2011 requested a review from kefranabg February 14, 2020 09:36
@jenkey2011
Copy link
Contributor Author

Hi @kefranabg , hope you can take a look 😆😆😆

@kefranabg
Copy link
Collaborator

Sorry, so much things to do 😅 I'll try to review ASAP !

Copy link
Contributor Author

@jenkey2011 jenkey2011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any one?

@ulivz ulivz merged commit 145332b into vuejs:master Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants