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
2535194e
Commit
2535194e
authored
Aug 28, 2020
by
Thomas Frion
Browse files
[TEST] Test pipeline to generate documentation
parent
622fa79c
Pipeline
#48278
failed with stage
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2535194e
...
@@ -3,9 +3,11 @@ image: alpine
...
@@ -3,9 +3,11 @@ image: alpine
pages
:
pages
:
script
:
script
:
-
apk update && apk add npm
-
apk update && apk add npm
-
cd Gendloc
-
npm install @angular/cli
-
npm install @angular/cli
-
npm install
-
npm install
-
ng run compodoc
-
ng run compodoc
-
cd ..
-
mkdir .public
-
mkdir .public
-
cp -r ./GendLoc/documentation/* .public
-
cp -r ./GendLoc/documentation/* .public
-
mv .public public
-
mv .public public
...
...
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