Skip to content

chore: Update postgen script to remove created by info. #30

chore: Update postgen script to remove created by info.

chore: Update postgen script to remove created by info. #30

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@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: jeffreytse/jekyll-deploy-action@v0.5.0
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }}
branch: 'gh-pages'
cname: 'digest.deordie.org'