Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Q3 2023 (#115)

Q3 2023 (#115) #35

Workflow file for this run

name: Build and deploy site
on:
push:
branches:
- release
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/PULL_REQUEST_TEMPLATE.md'
- '_drafts/**'
- '.gitignore'
- 'README.md'
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'master'
pre_build_commands: apk --update add imagemagick6 imagemagick6-c++ imagemagick6-dev imagemagick6-libs