build(deps): bump w9jds/firebase-action from 11.18.0 to 11.22.0 (#6073)
Bumps [w9jds/firebase-action](https://github.com/w9jds/firebase-action) from 11.18.0 to 11.22.0. - [Release notes](https://github.com/w9jds/firebase-action/releases) - [Commits](https://github.com/w9jds/firebase-action/compare/v11.18.0...v11.22.0) --- updated-dependencies: - dependency-name: w9jds/firebase-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
9d97919afc
commit
7ffc005a16
|
@ -75,7 +75,7 @@ jobs:
|
||||||
mdbook build book/
|
mdbook build book/
|
||||||
|
|
||||||
- name: Deploy Zebra book to firebase
|
- name: Deploy Zebra book to firebase
|
||||||
uses: w9jds/firebase-action@v11.18.0
|
uses: w9jds/firebase-action@v11.22.0
|
||||||
with:
|
with:
|
||||||
args: deploy
|
args: deploy
|
||||||
env:
|
env:
|
||||||
|
@ -91,7 +91,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@v11.18.0
|
uses: w9jds/firebase-action@v11.22.0
|
||||||
with:
|
with:
|
||||||
args: deploy
|
args: deploy
|
||||||
env:
|
env:
|
||||||
|
@ -105,7 +105,7 @@ jobs:
|
||||||
RUSTDOCFLAGS: '--html-in-header katex-header.html'
|
RUSTDOCFLAGS: '--html-in-header katex-header.html'
|
||||||
|
|
||||||
- name: Deploy internal docs to firebase
|
- name: Deploy internal docs to firebase
|
||||||
uses: w9jds/firebase-action@v11.18.0
|
uses: w9jds/firebase-action@v11.22.0
|
||||||
with:
|
with:
|
||||||
args: deploy
|
args: deploy
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue