Skip to content

Merge pull request #307 from tari-labs/dependabot/bundler/nokogiri-1.… #9

Merge pull request #307 from tari-labs/dependabot/bundler/nokogiri-1.…

Merge pull request #307 from tari-labs/dependabot/bundler/nokogiri-1.… #9

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}