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
16633393
Commit
16633393
authored
Jun 27, 2022
by
Haobo38
Browse files
Merge branch 'master' of
https://gricad-gitlab.univ-grenoble-alpes.fr/vision-r-public/architool
parents
93b9aecd
6a9da425
Pipeline
#103701
failed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
16633393
# 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
:
-
mkdir .public
-
cp -r * .public
-
mv .public
public
-
gem install bundler
-
bundle install
-
bundle exec jekyll build -d
public
artifacts
:
paths
:
-
public
only
:
-
master
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