Skip to content

Added file to verify hrefs and Google Search Console (#134) #48

Added file to verify hrefs and Google Search Console (#134)

Added file to verify hrefs and Google Search Console (#134) #48

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- source
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: 'master'