TNO Intern

Commit 9c0cb981 authored by Arjo Segers's avatar Arjo Segers
Browse files

Merge branch 'pages' into 'master'

Fixed generation of documentation on GitLab pages.

See merge request !13
parents 7de20659 d4313879
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# The Docker image that will be used to build your app
image: python:latest-slim
image: python:3.11-slim

# Functions that should be executed before the build script is run
before_script:
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ This should now be done when code is changed using a '*pipeline*'.
   .. sourcecode:: yaml

      # The Docker image that will be used to build your app
      image: python:latest-slim
      image: python:3.11-slim

      # Functions that should be executed before the build script is run
      before_script: