Skip to content

Commit

Permalink
docs: Remove destination_dir from docs deployment workflow
Browse files Browse the repository at this point in the history
Signed-off-by: longhao <hal.long@outlook.com>
  • Loading branch information
loonghao committed Dec 28, 2024
1 parent d8f76dc commit 85f2b3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ jobs:
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
publish_dir: ./docs/build/html
destination_dir: ${{ github.ref_name }} # Deploy to branch-specific directory
keep_files: true # Keep previously deployed files
enable_jekyll: false # Disable Jekyll processing

0 comments on commit 85f2b3e

Please sign in to comment.