Skip to content

Commit

Permalink
chore(ci): typo, formats, defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Jan 16, 2024
1 parent 22a257c commit 96507f3
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
STORE_PATH: ''

jobs:
build:
strategy:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

env:
STORE_PATH: ''

jobs:
lint:
name: Lint
Expand Down
19 changes: 13 additions & 6 deletions .github/workflows/preview-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
3 changes: 3 additions & 0 deletions .github/workflows/production-docs-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- 'main'

env:
STORE_PATH: ''

jobs:
build:
name: Build
Expand Down

0 comments on commit 96507f3

Please sign in to comment.