Skip to content

Commit

Permalink
Merge pull request #77 from sujaykundu777/dev-october
Browse files Browse the repository at this point in the history
adding pages workflow
  • Loading branch information
sujaykundu777 authored Oct 26, 2020
2 parents 0540474 + 8f4847d commit 0dfc493
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 }}

1 comment on commit 0dfc493

@vercel
Copy link

@vercel vercel bot commented on 0dfc493 Oct 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.