feat: Stuff

This commit is contained in:
daudix-UFO
2023-08-31 06:51:01 +03:00
parent c52a711d9c
commit 0b4ed1f25c
13 changed files with 84 additions and 67 deletions

View File

@ -1,28 +1,9 @@
image: jekyll/jekyll
cache:
paths:
- _bundle/
build:
stage: build
pages:
script:
- bundle install
- bundle exec jekyll build
- mv _site public
- bundle exec jekyll build -d public
artifacts:
paths:
- public
except:
- main
pages:
stage: deploy
script:
- bundle exec jekyll build
- mv _site public
artifacts:
paths:
- public
only:
- main