Skip to content

Commit

Permalink
docs:workflows: Remove docs destination directory
Browse files Browse the repository at this point in the history
1. Remove the destination directory from the yml file to simplify the
   url for the documentation

Signed-off-by: RibhuDP <[email protected]>
  • Loading branch information
ribdp committed Mar 13, 2024
1 parent 6e2d65a commit 7c0a439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./doc
destination_dir: master
publish_dir: ./doc

0 comments on commit 7c0a439

Please sign in to comment.