Commit a1cfcfe3ab779300719df96c215670caafd53b1f

Authored by ly525
1 parent 7338b585

chore: update github docs action

.github/workflows/deploy-docs.yml
... ... @@ -3,7 +3,7 @@ name: docs
3 3 on:
4 4 push:
5 5 branches:
6   - - dev
  6 + - mater
7 7 paths:
8 8 - 'docs/**/**'
9 9  
... ... @@ -13,7 +13,7 @@ jobs:
13 13 steps:
14 14 - uses: actions/checkout@master
15 15 with:
16   - ref: dev
  16 + ref: master
17 17  
18 18 - name: build
19 19 uses: actions/setup-node@v1
... ...