krata/.github/workflows/pages-deploy.yml.hook

30 lines
512 B
Plaintext
Raw Normal View History

2020-07-28 20:27:40 +02:00
name: 'Automatic build'
on:
push:
branches:
- master
2020-07-28 20:27:40 +02:00
paths-ignore:
2020-10-03 10:45:17 +02:00
- .gitignore
- README.md
- LICENSE
2020-07-28 20:27:40 +02:00
jobs:
continuous-delivery:
2020-07-28 20:27:40 +02:00
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
2020-07-28 20:27:40 +02:00
- name: Deploy
run: bash tools/deploy.sh