Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion en/development/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ website is then automatically updated on each merged pull request.

The live website is actually built automatically through a `GitHub workflow <https://github.com/MapServer/MapServer-documentation/blob/main/.github/workflows/build.yml>`__,
triggered by each push to the live branch. See the `build history <https://github.com/MapServer/MapServer-documentation/actions/workflows/build.yml>`__.
The different language documentation sites are rebuilt when a commit message includes ``[build_translations]``.

GitHub Notes
------------
Expand Down Expand Up @@ -543,7 +544,7 @@ Then push po files to transifex (you can use -l flags to filter the language)::
When committing your update, add [build_pdf] or [build_translations] in order to
build pdf and/or translation to the webserver.

**Knonw issues:**
**Known issues:**

* when downloading po files to local dir, if the file exists it won't be
updated. At this moment we should remove all po files before downloading.
Expand Down