Skip to content

Rename big-logo-text.png to large.png #66

Rename big-logo-text.png to large.png

Rename big-logo-text.png to large.png #66

Workflow file for this run

name: Jekyll CI
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-20.04
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:
target_branch: 'gh-pages'
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}