Skip to content

Commit 6cdbee0

Browse files
committed
remove before deploy action
1 parent c4ccc7d commit 6cdbee0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ jobs:
1919
- name: Set up Node ${{ matrix.nodeversion }}
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: ${{ matrix.node-version }}
23-
- name: Before deploy
24-
run: |
25-
npm run docs
22+
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)