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

30 lines
510 B
Plaintext
Raw Normal View History

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