Skip to content

Merge pull request #181 from nit-1418/niteshphoto #211

Merge pull request #181 from nit-1418/niteshphoto

Merge pull request #181 from nit-1418/niteshphoto #211

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/[email protected]
env:
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
with:
target_branch: 'gh-pages'