Skip to content

Commit

Permalink
update content to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Mar 26, 2024
1 parent 5d665d6 commit 425e9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Deploy to GitHub Pages (optional)
uses: JamesIves/github-pages-deploy-action@v4
if: ${{ github.ref == 'refs/heads/gh-pages' }} # Deploy only on gh-pages branch
if: ${{ github.ref == 'refs/heads/master' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
single-branch: true
Expand Down

0 comments on commit 425e9eb

Please sign in to comment.