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
Vision-R-Public
ArchiTOOL
Commits
05f2b9d7
Commit
05f2b9d7
authored
Jun 08, 2022
by
Romain Pinquié
Browse files
Update .gitlab-ci.yml
parent
c2777cb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
05f2b9d7
...
...
@@ -4,9 +4,13 @@ image: ruby:2.7
pages
:
stage
:
deploy
script
:
-
gem install bundler
-
bundle install
-
bundle exec jekyll build
-
mkdir .public
-
cp -r * .public
-
mv .public public
artifacts
:
paths
:
-
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