Initial commit

This commit is contained in:
2022-08-01 19:27:59 -05:00
commit d4f6a298df
34 changed files with 1617 additions and 0 deletions

29
.github/workflows/pages-deploy.yml vendored Normal file
View File

@@ -0,0 +1,29 @@
name: 'Automatic build'
on:
push:
branches:
- main
paths-ignore:
- .gitignore
- README.md
- LICENSE
jobs:
continuous-delivery:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0 # for posts's lastmod
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Deploy
run: bash tools/deploy.sh