-
Notifications
You must be signed in to change notification settings - Fork 0
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
complete rewrite (v4.0.0) #24
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://travis-ci.org/github/hchiam/hchiam.github.io/builds/758640518 |
…--prefix out origin gh-pages
reverting back to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
to close #23
lhci
-related errors, just like themaster
branch'slhci
-related errors - ignore those)main
branch into themaster
branch/main
gh-pages
to live site ?/~https://github.com/hchiam/hchiam.github.io/settings#archive_include_lfs_objects:~:text=client.-,GitHub%20Pages and then check on /~https://github.com/hchiam/hchiam.github.io/deploymentsgit subtree push --prefix out origin gh-pages
(maybe do have to merge into master branch before i can do this)gh-pages
instead?or use a github action instead? https://medium.com/javascript-in-plain-english/deploy-your-next-js-app-on-github-pages-using-the-github-action-525271137409or https://kennethaschnall.com/posts/hosting-a-nextjs-website-with-github-pagesor /~https://github.com/HeroSony/herosony.github.io/blob/master/.github/workflows/node.js.ymlgh-pages
branch)? : https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/ (this seems the most likely to work since https://hchiam.surge.sh already works with just the/out
folder, while the github.io version doesn't (and both were deployed by the same script)CNAME
andmanifest.webmanifest
are in the/out
folder of thegh-pages
branch?