-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): update names on ci and fix workflow
- Loading branch information
Showing
8 changed files
with
56 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
name: automerge | ||
name: "Automerge" | ||
on: | ||
pull_request: | ||
paths: | ||
- "data/**" | ||
- "data/**" | ||
types: | ||
- labeled | ||
- opened | ||
- labeled | ||
- opened | ||
check_suite: | ||
types: | ||
- completed | ||
- completed | ||
jobs: | ||
automerge: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: automerge | ||
uses: "pascalgn/automerge-action@7ab42e888a333bf77ce865bc84fedc6a365a3548" | ||
env: | ||
MERGE_METHOD: "rebase" | ||
MERGE_LABELS: "ts-auto-mock-automerge" | ||
UPDATE_METHOD: "rebase" | ||
GITHUB_TOKEN: "${{ secrets.GITHUBTYPESCRIPTTDD }}" | ||
- name: automerge | ||
uses: "pascalgn/automerge-action@7ab42e888a333bf77ce865bc84fedc6a365a3548" | ||
env: | ||
MERGE_METHOD: "rebase" | ||
MERGE_LABELS: "ts-auto-mock-automerge" | ||
UPDATE_METHOD: "rebase" | ||
GITHUB_TOKEN: "${{ secrets.GITHUBTYPESCRIPTTDD }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Dependabot auto-approve | ||
name: "Dependabot auto-approve" | ||
on: pull_request | ||
|
||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
name: Publish Pages | ||
name: "Publish Pages" | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- master | ||
paths: | ||
- 'data/**' | ||
- 'ui/**' | ||
- 'data/**' | ||
- 'ui/**' | ||
|
||
jobs: | ||
publishPages: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [12.x] | ||
node-version: [ 12.x ] | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: build ui | ||
run: | | ||
npm ci | ||
cd ui | ||
npm ci | ||
npm run docz:build | ||
env: | ||
CI: true | ||
- name: Deploy to pages | ||
if: success() | ||
uses: peaceiris/actions-gh-pages@v2 | ||
env: | ||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} | ||
PUBLISH_BRANCH: gh-pages | ||
PUBLISH_DIR: ./ui/.docz/dist | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js ${{ matrix.node-version }} | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: ${{ matrix.node-version }} | ||
- name: build ui | ||
run: | | ||
npm ci | ||
cd ui | ||
npm ci | ||
npm run docz:build | ||
env: | ||
CI: true | ||
- name: Deploy to pages | ||
if: success() | ||
uses: peaceiris/actions-gh-pages@v2 | ||
env: | ||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} | ||
PUBLISH_BRANCH: gh-pages | ||
PUBLISH_DIR: ./ui/.docz/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Release | ||
name: "Release" | ||
on: | ||
push: | ||
branches: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters