remove redundant step
This commit is contained in:
parent
efba34786c
commit
97f400ff96
|
|
@ -31,12 +31,6 @@ jobs:
|
||||||
- name: Build Zebra book
|
- name: Build Zebra book
|
||||||
run: |
|
run: |
|
||||||
mdbook build book/
|
mdbook build book/
|
||||||
- name: Switch to book project
|
|
||||||
uses: w9jds/firebase-action@v2.0.0
|
|
||||||
with:
|
|
||||||
args: use zebra-book-b535f
|
|
||||||
env:
|
|
||||||
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
|
||||||
- name: Deploy Zebra book to firebase
|
- name: Deploy Zebra book to firebase
|
||||||
uses: w9jds/firebase-action@v2.0.0
|
uses: w9jds/firebase-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue