Skip to content
Snippets Groups Projects
Commit 79acfd77 authored by Thomas Holene Løkkeborg's avatar Thomas Holene Løkkeborg
Browse files

Now building pages

Only placeholder page for now
parent 1d468aa7
No related branches found
No related tags found
No related merge requests found
Pipeline #69686 passed
stages:
- lint
- test
- deploy
job_lint_flake8:
stage: lint
......@@ -59,3 +60,14 @@ job_test_gui_windows:
# - python3 --version
# - DISPLAY=':10.0' python3 -m unittest test.test_main
job_deploy_pages:
stage: deploy
image: morkolai/paa-bittet-ci
script:
- echo "<html><h1>Docs will appear here</h1></html>"
artifacts:
paths:
- public
only:
- master
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