Skip to content

Create 2024-12-27-butparaston-se #68

Create 2024-12-27-butparaston-se

Create 2024-12-27-butparaston-se #68

Workflow file for this run

name: 'Automatic build'
on:
push:
branches:
- master
paths-ignore:
- .gitignore
- README.md
- LICENSE
pull_request:
branches:
- '**'
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
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
run: bash tools/deploy.sh