Skip to content

Commit ab4143e

Browse files
committed
fix(workflows/deploy-all-domains): drop unexpected runs-on & steps for job deploy-all
This reverts commit 644c4c3.
1 parent 644c4c3 commit ab4143e

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/deploy-all-domains.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- cron: "15 21 * * Wed,Sun"
77
jobs:
88
deploy-all:
9-
runs-on: ubuntu-latest
109
strategy:
1110
fail-fast: false
1211
matrix:
@@ -27,8 +26,7 @@ jobs:
2726
deploy-branch: main
2827
secrets-id:
2928
deploy-token: PTTCHROME_TOKEN
30-
steps:
31-
- uses: ./.github/workflows/deploy-ghpage.yml
32-
with: ${{ matrix.inputs }}
33-
secrets:
34-
deploy-token: ${{ secrets[matrix.secrets-id.deploy-token] }}
29+
uses: ./.github/workflows/deploy-ghpage.yml
30+
with: ${{ matrix.inputs }}
31+
secrets:
32+
deploy-token: ${{ secrets[matrix.secrets-id.deploy-token] }}

0 commit comments

Comments
 (0)