Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rust-101
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
rust-101
Merge requests
!68
maj et nettoyage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
maj et nettoyage
cleaning
into
main
Overview
0
Commits
3
Pipelines
5
Changes
1
Merged
orestis.malaspin
requested to merge
cleaning
into
main
1 year ago
Overview
0
Commits
3
Pipelines
5
Changes
1
Expand
je pense que tout marche.
0
0
Merge request reports
Viewing commit
fd5b8bf4
Prev
Next
Show latest version
1 file
+
2
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
fd5b8bf4
added mr deploy
· fd5b8bf4
orestis.malaspin
authored
1 year ago
.gitlab-ci.yml
+
2
−
0
Options
@@ -81,6 +81,7 @@ deploy:book:
@@ -81,6 +81,7 @@ deploy:book:
stage
:
deploy
stage
:
deploy
only
:
only
:
-
main
-
main
-
merge_request
script
:
script
:
-
cd book
-
cd book
-
mdbook build
-
mdbook build
@@ -90,6 +91,7 @@ deploy:slides:
@@ -90,6 +91,7 @@ deploy:slides:
stage
:
deploy
stage
:
deploy
only
:
only
:
-
main
-
main
-
merge_request
script
:
script
:
-
cd slides
-
cd slides
-
./build_slides.sh
-
./build_slides.sh
Loading