build(deps): bump w9jds/firebase-action from v1.5.0 to v2.0.0
Bumps [w9jds/firebase-action](https://github.com/w9jds/firebase-action) from v1.5.0 to v2.0.0. - [Release notes](https://github.com/w9jds/firebase-action/releases) - [Commits](https://github.com/w9jds/firebase-action/compare/v1.5.0...0a5173f97c956332c9e71750526e0ca6f38cbe3a) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f90a749910
commit
44e6023434
|
@ -33,7 +33,7 @@ jobs:
|
||||||
mdbook build book/
|
mdbook build book/
|
||||||
|
|
||||||
- name: Deploy Zebra book to firebase
|
- name: Deploy Zebra book to firebase
|
||||||
uses: w9jds/firebase-action@v1.5.0
|
uses: w9jds/firebase-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
args: deploy
|
args: deploy
|
||||||
env:
|
env:
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
RUSTDOCFLAGS: "--html-in-header katex-header.html"
|
RUSTDOCFLAGS: "--html-in-header katex-header.html"
|
||||||
|
|
||||||
- name: Deploy external docs to firebase
|
- name: Deploy external docs to firebase
|
||||||
uses: w9jds/firebase-action@v1.5.0
|
uses: w9jds/firebase-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
args: deploy
|
args: deploy
|
||||||
env:
|
env:
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
RUSTDOCFLAGS: "--html-in-header katex-header.html"
|
RUSTDOCFLAGS: "--html-in-header katex-header.html"
|
||||||
|
|
||||||
- name: Deploy external docs to firebase
|
- name: Deploy external docs to firebase
|
||||||
uses: w9jds/firebase-action@v1.5.0
|
uses: w9jds/firebase-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
args: deploy
|
args: deploy
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue