Skip to content

Feat update bastion documentation

Nesrine GUESMI requested to merge feat-update-bastion-documentation into main

After pushing to the main branch, the pages job was triggered to deploy, but it failed. The error occurred because of the material module — I had upgraded it and installed all the required dependencies in the test job, but not in the deploy job.

To fix this, I just added the following to the deploy step:

before_script:

  • pip install
    mkdocs-material[all]
    mdx_truly_sane_lists
    mkdocs-glightbox
    mkdocs-awesome-pages-plugin
    mkdocs-redirects

Merge request reports