Skip to content

Commit

Permalink
Update readme to reflect where the website is hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Apr 19, 2024
1 parent 1dda1a9 commit d190844
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ npm run serve

## CI

The website is automatically built at and deployed to Netlify.
A preview of each PR is deployed to Netlify.
The website is automatically built with [Github workflows](.github/workflows/) and deployed on Github pages, which are reachable via [theia-ide.org](https://theia-ide.org/).

In addition, every commit on `master` is built and published to branch `gh-pages`, which will soon replace the deployment of Netlify.
A preview of every pull request is published at [eclipse-theia/theia-website-previews](https://github.com/eclipse-theia/theia-website-previews).
A preview of every pull request is published at [eclipse-theia/theia-website-previews](https://github.com/eclipse-theia/theia-website-previews). You'll see a comment with the link to the preview once the build is finished.
For more information, see [`publish.yml`](.github/workflows/publish.yml) and [`preview.yml`](.github/workflows/preview.yml).

## License
Expand Down

0 comments on commit d190844

Please sign in to comment.