diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 038f75ae..9ff221ee 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -5,6 +5,9 @@ on: branches: - main +env: + STORE_PATH: '' + jobs: build: strategy: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6a1abbf..c8880604 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,6 +8,9 @@ on: branches: - main +env: + STORE_PATH: '' + jobs: lint: name: Lint diff --git a/.github/workflows/preview-docs-deployment.yaml b/.github/workflows/preview-docs-deployment.yaml index 31ea962b..888e53eb 100644 --- a/.github/workflows/preview-docs-deployment.yaml +++ b/.github/workflows/preview-docs-deployment.yaml @@ -7,6 +7,13 @@ on: types: - completed +env: + PR_NUM: 0 + UBUNTU_NETLIFY_JSON_OUTPUT: '' + UBUNTU_NETLIFY_URL: '' + WINDOWS_NETLIFY_JSON_OUTPUT: '' + WINDOWS_NETLIFY_URL: '' + jobs: on-success: name: Deploy to Netlify @@ -114,12 +121,12 @@ jobs: comment-id: ${{ steps.fc.outputs.comment-id }} issue-number: ${{ env.PR_NUM }} body: | - ## ✅ Deployed to deploy to Netlify + ## ✅ Successfully deployed to Netlify - | Platform | Status | URL | - |----------|-------------|---------------------------------------------------------| - | Windows | Success | ${{ env.UBUNTU_NETLIFY_URL }} | - | Unix | Success | ${{ env.WINDOWS_NETLIFY_URL }} | + | Platform | Status | URL | + |:---------|:------------|:---------------------------------| + | Windows | Success | ${{ env.UBUNTU_NETLIFY_URL }} | + | Ubuntu | Success | ${{ env.WINDOWS_NETLIFY_URL }} | edit-mode: replace on-failure: @@ -161,7 +168,7 @@ jobs: ## ❌ Failed to deploy to Netlify | Platform | Status | URL | - |----------|-------------|-------------------------------------------------------| + |:---------|:------------|:------------------------------------------------------| | Windows | Failed | Please check the status and logs of the workflow run. | | Unix | Failed | Please check the status and logs of the workflow run. | edit-mode: replace diff --git a/.github/workflows/production-docs-deployment.yaml b/.github/workflows/production-docs-deployment.yaml index 9643b4f9..b2d2a002 100644 --- a/.github/workflows/production-docs-deployment.yaml +++ b/.github/workflows/production-docs-deployment.yaml @@ -5,6 +5,9 @@ on: branches: - 'main' +env: + STORE_PATH: '' + jobs: build: name: Build