Skip to content

Commit e2f1175

Browse files
author
ziyuhehe
committed
revert changes for github workflow
1 parent 1af56a0 commit e2f1175

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
# The GH actions bot is used by default if you didn't specify the two fields.
4242
# You can swap them out with your own user credentials.
4343
# user_name:
44-
# user_email:
44+
# user_email:

.github/workflows/linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Linters Check
22

33
on:
44
pull_request:
5-
branches: ["public"]
5+
branches: [ "public" ]
66

77
jobs:
88
linting:
@@ -30,4 +30,4 @@ jobs:
3030
- name: Markdownlint Check
3131
uses: borales/[email protected]
3232
with:
33-
cmd: lint:markdownlint # will run `yarn lint:eslint` command
33+
cmd: lint:markdownlint # will run `yarn lint:eslint` command

.github/workflows/test-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Install dependencies
2222
run: yarn install --frozen-lockfile
2323
- name: Test build website
24-
run: yarn build:public
24+
run: yarn build:public

0 commit comments

Comments
 (0)