Skip to content

Commit

Permalink
Update documentation to diable GitHub Action #36
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Aug 14, 2023
1 parent 17d1d74 commit dd5f10f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/development/documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,17 @@ Generate the documentation locally. <br>
Publish documentation on **GitHub Pages**. <br>
💻 `mkdocs gh-deploy` manually deploys the documentation files

#### GitHub Action
#### GitHub Action (deprecated)
🐙 Deploy the documentation with **GitHub Actions**. <br>
The file `.github\workflows\gh-pages.yml` creates an automated GitHub workflow. <br>
It is configured to be pushed to the branch `gh-page` and then deployed online. <br>
A commit on the `production` branch triggers the workflow.

!!! note "Common python styles"
This feature is not compatible with the versioning of the documentation with `mike`.
The action overrides all manually deployed versions!
`This workflow was disabled manually.`

### Mike
The package [mike](https://github.com/jimporter/mike) is used to deploy [multiple versions](https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/?h=versioning) of the documentation.<br>
💻 `pip install mike` install mike <br>
Expand Down

0 comments on commit dd5f10f

Please sign in to comment.