Skip to content

Commit

Permalink
ci: fix the branch and repository
Browse files Browse the repository at this point in the history
Updated the CI/CD pipeline to correctly configure the branch and repository for documentation deployment.
  • Loading branch information
kennylajara authored Jun 25, 2024
1 parent 1505350 commit fd02166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/host_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: wml-docs
repository: wml-docs
branch: main
force: true
directory: ./docs/build/html

0 comments on commit fd02166

Please sign in to comment.