Skip to content
Snippets Groups Projects
Commit 68403b17 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the path of the public folder.

GIT pages only generated for the master branch.
parent d63e2435
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -12,7 +12,7 @@ cmake-build: ...@@ -12,7 +12,7 @@ cmake-build:
- Build/ - Build/
- bin/ - bin/
- lib/ - lib/
unit-test: unit-test:
stage: test stage: test
script: script:
...@@ -33,7 +33,9 @@ pages: ...@@ -33,7 +33,9 @@ pages:
script: script:
- cd Build - cd Build
- make doc - make doc
- mv ../doc/html/ public/ - mv ../doc/html/ ../public/
artifacts: artifacts:
paths: paths:
- public - 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