Skip to content

Commit

Permalink
Add GitHub Pages deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitg00 committed Aug 6, 2024
1 parent 6c5d7a6 commit 983cdfc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: .

0 comments on commit 983cdfc

Please sign in to comment.