Skip to content
Snippets Groups Projects
Commit 69e758fb authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request R3.training/git.slides!26
parents 4a773d44 975962e1
No related branches found
No related tags found
2 merge requests!38Adding additional information about the MATLAB test commands,!26Regular merge of develop
Pipeline #8417 canceled
Showing
with 13 additions and 10 deletions
...@@ -3,6 +3,7 @@ image: digitallyseamless/nodejs-bower-grunt ...@@ -3,6 +3,7 @@ image: digitallyseamless/nodejs-bower-grunt
pages: pages:
stage: deploy stage: deploy
only: only:
- develop
- master - master
script: script:
- npm install --global npm@latest - npm install --global npm@latest
...@@ -11,6 +12,7 @@ pages: ...@@ -11,6 +12,7 @@ pages:
- npm install -g generator-reveal - npm install -g generator-reveal
- npm install -g bower - npm install -g bower
- npm install - npm install
- rm -rf public
- grunt dist - grunt dist
artifacts: artifacts:
......
img 0 → 120000
slides/img
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -2,61 +2,61 @@ ...@@ -2,61 +2,61 @@
{ {
"filename": "index.md", "filename": "index.md",
"attr": { "attr": {
"data-background": "../img/sbgBackgroundWhite.jpg" "data-background": "img/sbgBackgroundWhite.jpg"
} }
}, },
{ {
"filename": "overview.md", "filename": "overview.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "the_terminal.md", "filename": "the_terminal.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "what_is_git.md", "filename": "what_is_git.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "installation.md", "filename": "installation.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "essential_commands.md", "filename": "essential_commands.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "github_gitlab.md", "filename": "github_gitlab.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "branches.md", "filename": "branches.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "best_practices.md", "filename": "best_practices.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
}, },
{ {
"filename": "thanks.md", "filename": "thanks.md",
"attr": { "attr": {
"data-background": "../img/whiteBG.jpg" "data-background": "img/whiteBG.jpg"
} }
} }
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment