diff --git a/src/docs/web/webdav.en.md b/src/docs/web/webdav.en.md index 4dd24f9ebad376ec11ae70f2fa3f09ac52b47540..0bc392d813e0761ebeec9eaa9a3554807199015a 100644 --- a/src/docs/web/webdav.en.md +++ b/src/docs/web/webdav.en.md @@ -226,11 +226,11 @@ To do so, you will need to add the following lines to your `.gitlab-ci.yml` fil In the above command, replace the following: - - `output-folder` should be the name of the folder where your website is generated within the Gitlab runner. - - `html-yourwebsite` should be replaced by the name of the folder in your webspace, so if your website is inventati.org/foo, your folder name will be `html-foo`. - - You can store your user name and password as variables in your Gitlab CI / CD settings. In the above command, the variables are called WEBDAV_USER and WEBDAV_PASSWORD. + - `output-folder` should be the name of the folder where your website is generated within the Gitlab runner. + - `html-yourwebsite` should be replaced by the name of the folder in your webspace, so if your website is inventati.org/foo, your folder name will be `html-foo`. + - You can store your user name and password as variables in your Gitlab CI / CD settings. In the above command, the variables are called WEBDAV_USER and WEBDAV_PASSWORD. - **We strongly recommend you to use this method, rather than adding the user name and password to your script, especially if your repository is publicly accessible!** + **We strongly recommend you use this method, rather than adding the user name and password to your script, especially if your repository is publicly accessible!** What follows is an example of a full script: