Skip to content

docs: update README.md (#79) #327

docs: update README.md (#79)

docs: update README.md (#79) #327

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
.asdf/**
vendor/bundle
key: ${{ runner.os }}-cache-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/cache.key') }}
restore-keys: |
${{ runner.os }}-cache-
- uses: ./
with:
provider: 'github'
token: ${{ secrets.GITHUB_TOKEN }}
jekyll_src: './test_site'