Skip to content

Commit

Permalink
Merge of #7005
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jun 19, 2023
2 parents e5c4898 + 2aee739 commit b7256b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
mdbook build book/
- name: Deploy Zebra book to firebase
uses: w9jds/firebase-action@v11.30.1
uses: w9jds/firebase-action@v12.4.0
with:
args: deploy
env:
Expand All @@ -89,7 +89,7 @@ jobs:
RUSTDOCFLAGS: '--html-in-header katex-header.html'

- name: Deploy external docs to firebase
uses: w9jds/firebase-action@v11.30.1
uses: w9jds/firebase-action@v12.4.0
with:
args: deploy
env:
Expand All @@ -103,7 +103,7 @@ jobs:
RUSTDOCFLAGS: '--html-in-header katex-header.html'

- name: Deploy internal docs to firebase
uses: w9jds/firebase-action@v11.30.1
uses: w9jds/firebase-action@v12.4.0
with:
args: deploy
env:
Expand Down

0 comments on commit b7256b8

Please sign in to comment.