Skip to content

Merge branch 'main' of https://github.com/gtvis/gtvis.github.io #123

Merge branch 'main' of https://github.com/gtvis/gtvis.github.io

Merge branch 'main' of https://github.com/gtvis/gtvis.github.io #123

Workflow file for this run

name: Build and deploy this Jekyll site to GitHub Pages
on:
push:
branches:
- main
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '11'
- run: npm install
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.SECRET_TOKEN }}
target_branch: 'build'