mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-06 14:09:58 +03:00
Remove outdated deployment instructions
This commit is contained in:
@@ -83,12 +83,7 @@ The project is built automatically by GitHub Actions whenever the `master` branc
|
|||||||
itself should not be deployed, as it only contains the source files. The build version of the website is available as the
|
itself should not be deployed, as it only contains the source files. The build version of the website is available as the
|
||||||
`published` branch instead.
|
`published` branch instead.
|
||||||
|
|
||||||
This branch has a detached history and always contains the single commit with the most recent build. As such simple `git pull`
|
Note, that this is not relevant for local development. Locally you would build the website in place and then serve the `_site`
|
||||||
doesn't work with it. To deploy it you must either pull the branch anew, removing and recreating your local branch, or reset
|
|
||||||
the local branch with `git reset --hard`. Make sure to perform `git fetch` beforehand to receive the latest changelog from
|
|
||||||
the remote.
|
|
||||||
|
|
||||||
Note, that this is not needed for local development. Locally you would build the website in place and then serve the `_site`
|
|
||||||
folder. See the detailed instructions above.
|
folder. See the detailed instructions above.
|
||||||
|
|
||||||
## Project structure
|
## Project structure
|
||||||
|
|||||||
Reference in New Issue
Block a user