Remove outdated deployment instructions

This commit is contained in:
Yuri Sizov
2023-01-17 19:07:44 +03:00
committed by GitHub
parent 1b170a35c0
commit 97311039cf

View File

@@ -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