Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
Add a "deploy" section
  • Loading branch information
vedantcj authored May 6, 2024
1 parent b64b573 commit 6e09168
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ jobs:
uses: ad-m/github-push-action@master
with:
branch: ${{ github.ref }}

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./rendered_html

0 comments on commit 6e09168

Please sign in to comment.