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
6a9da425
Commit
6a9da425
authored
Jun 08, 2022
by
Romain Pinquié
Browse files
Update .gitlab-ci.yml
parent
65f2a97d
Pipeline
#101190
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6a9da425
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image
:
ruby:2.7
pages
:
stage
:
deploy
script
:
-
gem install bundler
-
bundle install
-
bundle exec jekyll build -d public
-
mkdir .public
-
cp -r * .public
-
mv .public public
artifacts
:
paths
:
-
public
only
:
-
main
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