Skip to content
Snippets Groups Projects
Commit 0814dba5 authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

Update .gitlab-ci.yml

parent 5471090b
No related branches found
No related tags found
No related merge requests found
Pipeline #22581 passed
...@@ -14,7 +14,7 @@ test: ...@@ -14,7 +14,7 @@ test:
stage: test stage: test
script: script:
- cd generator - cd generator
- ./generate ../assets/Changelog -o ../html/changelog.html #- ./generate ../assets/Changelog -o ../html/changelog.html
- cd .. - cd ..
- bundle exec jekyll build -d test - bundle exec jekyll build -d test
artifacts: artifacts:
...@@ -28,7 +28,7 @@ pages: ...@@ -28,7 +28,7 @@ pages:
stage: deploy stage: deploy
script: script:
- cd generator - cd generator
- ./generate ../assets/Changelog -o ../html/changelog.html #- ./generate ../assets/Changelog -o ../html/changelog.html
- cd .. - cd ..
- bundle exec jekyll build -d public - bundle exec jekyll build -d public
artifacts: artifacts:
......
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