Skip to content

test

test #309

Workflow file for this run

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