Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Projets-INFO4
19-20
8
app-pghm
Commits
0717186a
Commit
0717186a
authored
Aug 28, 2020
by
Thomas Frion
Browse files
[CI] Add ci
parent
8ef7e0db
Pipeline
#48295
passed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
0717186a
image
:
alpine
pages
:
script
:
-
apk update && apk add npm
-
cd GendLoc
-
npm install @compodoc/compodoc
-
pwd
-
npm run compodoc
-
cd ..
-
mkdir .public
-
cp -r ./GendLoc/documentation/* .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
-
dev
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment