Skip to content
Snippets Groups Projects
Commit 694a8543 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[enh] typedoc to gitlab pages

parent df21addf
No related branches found
No related tags found
No related merge requests found
stages: stages:
- github-sync - github-sync
- build - build
- pages
- test - test
- package - package
- prerelease - prerelease
...@@ -39,6 +40,17 @@ build: ...@@ -39,6 +40,17 @@ build:
script: script:
- yarn - yarn
pages:
<<: *nvm_env
stage: pages
script:
- ls public
artifacts:
untracked: true
paths:
- typedoc
test: test:
<<: *nvm_env <<: *nvm_env
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment