We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd3f42 commit 463df06Copy full SHA for 463df06
1 file changed
.github/workflows/docs.yml
@@ -44,6 +44,10 @@ jobs:
44
target_branch: release
45
# deploy the default output dir of VuePress
46
build_dir: docs/.vuepress/dist
47
+ # Clear the target branch to remove old assets
48
+ keep_history: false
49
+ # Add commit message with timestamp for cache busting
50
+ commit_message: "Deploy to GitHub Pages [timestamp: ${{ github.run_number }}]"
51
env:
52
# @see https://docs.github.com/en/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments