mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
temporarily bypass env check
This commit is contained in:
@@ -374,8 +374,8 @@ function entitify(str: string): string {
|
||||
.replace(/\$\{/g, '$\\{');
|
||||
}
|
||||
|
||||
generator();
|
||||
if (process.env.CONTEXT === 'production' || process.env.HEAD?.startsWith('release-pages')) {
|
||||
generator();
|
||||
} else {
|
||||
console.info('Skipping `/release` pages build', process.env.HEAD);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user