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 9297892 commit 23d5891Copy full SHA for 23d5891
.github/workflows/azure-webapp-deploy.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch: # Also allow manual trigger from GitHub UI
7
8
env:
9
- AZURE_WEBAPP_NAME: static-docs-site # Replace with your Azure Web App name
+ AZURE_WEBAPP_NAME: product-docs-dev # Replace with your Azure Web App name
10
NODE_VERSION: '20.x' # Node version for Docusaurus build
11
12
jobs:
0 commit comments