docs_deploy.yml - update to create backup and always be single release (#24781)

* docs_deploy.yml - update to create backup and always be single release

* Add build time variable to make it easier to confirm last successful deploy
This commit is contained in:
Hamish Willee
2025-04-30 15:50:49 +10:00
committed by GitHub
parent 39fa8b5550
commit 873f704ae3
3 changed files with 16 additions and 5 deletions
+4
View File
@@ -37,6 +37,10 @@ export default {
//Tabs: https://github.com/Red-Asuka/vitepress-plugin-tabs
app.component("Tab", Tab);
app.component("Tabs", Tabs);
// Global build time variable
app.config.globalProperties.$buildTime = JSON.stringify(
new Date().toISOString()
);
},
// to support medium zoom: https://github.com/vuejs/vitepress/issues/854