From 7c0a4391244cdb4ef780eb2d1f85641973a7f234 Mon Sep 17 00:00:00 2001 From: RibhuDP Date: Wed, 13 Mar 2024 11:43:26 +0530 Subject: [PATCH] docs:workflows: Remove docs destination directory 1. Remove the destination directory from the yml file to simplify the url for the documentation Signed-off-by: RibhuDP --- .github/workflows/doc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index db5aed8..4461156 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -25,5 +25,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./doc - destination_dir: master \ No newline at end of file + publish_dir: ./doc \ No newline at end of file