This commit is contained in:
Andrew Banchich 2022-12-09 21:59:31 -05:00
commit 59d5238af5
89 changed files with 6040 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,12 @@
image: ruby
pages:
stage: build
script:
- gem install jekyll
- jekyll build -d public
artifacts:
paths:
- public
only:
- master