Skip to content

Commit

Permalink
docs: specify GitHub Pages URL for WML documentation
Browse files Browse the repository at this point in the history
Updated Sphinx configuration to specify the GitHub Pages URL where the WML documentation will be hosted.

- Ensured the documentation will be correctly linked and accessible via GitHub Pages.

This update configures the documentation to be published and accessible at the specified GitHub Pages URL, improving accessibility for users.
  • Loading branch information
kennylajara authored Jun 25, 2024
1 parent 654c53b commit 79ac199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/host_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
branch: wml-docs
force: true
directory: ./docs/build/html

0 comments on commit 79ac199

Please sign in to comment.