We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42b170 commit 0f24860Copy full SHA for 0f24860
.github/workflows/deploy-dev.yml
@@ -20,7 +20,7 @@ jobs:
20
script_install: yarn install
21
script_build: yarn build
22
preview_output: true
23
- alias_domain: helixbox-docs-stg
+ alias_domain: helixbox-docs-dev
24
project_name: helixbox-docs
25
enable_cache: true
26
enable_notify_comment: true
.github/workflows/deploy-stg.yml
- alias_domain: helixbox-docs-dev
+ alias_domain: helixbox-docs-stg
enable_notify_slack: true
0 commit comments