Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
622fa79c
Commit
622fa79c
authored
Aug 28, 2020
by
Thomas Frion
Browse files
[TEST] Test pipeline to generate documentation
parent
28ae3fea
Pipeline
#48276
failed with stage
in 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
622fa79c
image
:
alpine
pages
:
script
:
-
apk update && apk add npm
-
npm install @angular/cli
-
npm install
-
ng run compodoc
-
mkdir .public
-
cp -r ./GendLoc/documentation/* .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
master
-
dev
-
test-pipeline
\ No newline at end of file
Write
Preview
Markdown
is supported
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