Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoripalli authored Feb 12, 2025
1 parent b0c25e6 commit 866a9e9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Build Quartz
run: npx quartz build
- name: Deploy to GitHub Pages
uses: github/pages-deploy-action@v1
with:
build_dir: public
run: |
git config --global user.name "github-actions[bot]"
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git checkout -b gh-pages
git add .
git commit -m "Deploy to GitHub Pages"
git push origin gh-pages --force

0 comments on commit 866a9e9

Please sign in to comment.