Skip to content

Update 2023-01-12-get-started.md #421

Update 2023-01-12-get-started.md

Update 2023-01-12-get-started.md #421

Workflow file for this run

name: Deploy to Github Pages
on:
push:
branches:
- pages
# schedule:
# - cron: '0 0 * * *'
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-v2-${{ hashFiles('**/Gemfile') }}
restore-keys: |
${{ runner.os }}-gems-v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
target_branch: gh-pages