Skip to content

Commit

Permalink
#104 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maythamfahmi committed Nov 3, 2024
1 parent b778e11 commit 95392b3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cd-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build and Deploy Website and Documentation
on:
push:
branches:
- main
- version3 # Adjust if using a different default branch
- version3
- feature/#104-documentation

jobs:
build-deploy:
Expand All @@ -14,7 +14,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

# Build and Deploy DocFX Documentation
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
Expand All @@ -33,4 +32,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: gh-pages
publish_branch: version3

0 comments on commit 95392b3

Please sign in to comment.