Skip to content
Snippets Groups Projects
Verified Commit 35a03104 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Add screenshot of index page to docs for testing

parent fe2eabc8
No related branches found
No related tags found
No related merge requests found
Pipeline #400 failed
......@@ -54,6 +54,8 @@ build_dist:
pages:
stage: deploy
before_script:
- ln -sf .tox/screenshots docs/screenshots
script:
- tox -e docs -- BUILDDIR=../public/docs
artifacts:
......
......@@ -76,6 +76,13 @@ development server against a local PostgreSQL database with password
BISCUIT_debug=true BISCUIT_database__password=biscuit poetry run ./manage.py runserver
.. figure:: /screenshots/index.png
:scale: 50%
:alt: Screenshot of index page
After installing the development environment with default settings,
you should see the index page with the BOotstrap style.
.. _Poetry: https://poetry.eustace.io/
.. _Poetry installation methods: https://poetry.eustace.io/docs/#installation
.. _Yarn: https://yarnpkg.com
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment