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

Github Pages #339

Open
manuel3108 opened this issue May 5, 2024 · 0 comments
Open

Github Pages #339

manuel3108 opened this issue May 5, 2024 · 0 comments

Comments

@manuel3108
Copy link
Member

manuel3108 commented May 5, 2024

Website

https://pages.github.com/

Documentation

https://docs.github.com/en/pages

Integration summary

  1. create new workflow file inside .github/workflows/
  2. install dependencies, build website
  3. Use external action for publishing i.e. : https://github.com/svelte-compose/svelte-compose/blob/main/.github/workflows/changesets.yml#L56-L62
  4. Ask for adding cname (if not check that svelte.config.js is properly setup for a subdirectory deployment)

Further details

It's always a pain to create these config files. The resulting yml file is going to be opinionated in some parts, but the good think is that you can modify it later on without any problems.

@manuel3108 manuel3108 added enhancement New feature or request make a new adder and removed enhancement New feature or request labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant