Skip to content

Commit

Permalink
chore: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamed Shirbandi committed Nov 10, 2024
1 parent 2e00401 commit ab5ae14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docfx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy Documentation
on:
push:
branches:
- main
- main # Trigger deploy when code is pushed to main

jobs:
build:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: main # or 'gh-pages' depending on your setup
publish_branch: gh-pages # Deploy to the gh-pages branch

0 comments on commit ab5ae14

Please sign in to comment.