Skip to content

chore: 🔥 Remove useless style #60

chore: 🔥 Remove useless style

chore: 🔥 Remove useless style #60

Workflow file for this run

# .github/workflows/github-pages.yml
name: Build and deploy Jekyll site to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Move CNAME
run: cp ./CNAME ./jekyll/
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: "gh-pages"
jekyll_src: "jekyll"
keep_history: true