Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin212407 authored Jan 17, 2025
1 parent bf5bd78 commit bf4059f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0

- name: Set up Git
run: |
Expand All @@ -27,7 +28,7 @@ jobs:
- name: Deploy to GitHub Pages
run: |
git checkout gh-pages
git checkout gh-pages || git checkout --orphan gh-pages
# Make changes to gh-pages branch if necessary
git add .
git commit -m "Deploy updates"
Expand Down

0 comments on commit bf4059f

Please sign in to comment.