mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user