Skip to content

feat: Digest 34

feat: Digest 34 #25

Workflow file for this run

name: Build and Deploy to Github Pages
on:
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: jeffreytse/jekyll-deploy-action@v0.4.0
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }}
branch: 'gh-pages'
cname: 'digest.deordie.org'