Skip to content

Commit

Permalink
adding pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Oct 26, 2020
1 parent af8f851 commit 8f4847d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy to Github Pages

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Deploy Jekyll Site
uses: sujaykundu777/jekyll-deploy-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ secrets.GITHUB_REPOSITORY }}
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

0 comments on commit 8f4847d

Please sign in to comment.