Skip to content
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

Fix: gh pages deployment w/ custom domain #31

Merged
merged 7 commits into from
Dec 22, 2023

Conversation

diversable
Copy link
Contributor

I've re-written the deploy script to use the newer method of deploying to Github Pages (via a gh action directly, instead of from a 'gh-pages' git branch).

I've tested the gh pages deployment with a custom domain on a different repo; I updated the book and the custom domain still works - so we should be good from here on out with this new script.

**
This fix requires you to go to the book's github repo, then click "Settings" > "Pages" and set the "Source" to 'Github Actions' (instead of 'Deploy from a branch').
**

This PR should resolve #9

@gbj
Copy link
Contributor

gbj commented Dec 22, 2023

Thank you very much!

@gbj gbj merged commit 4532330 into leptos-rs:main Dec 22, 2023
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.

Deployment workflow deletes custom domain
2 participants