Skip to content

Commit e64df0f

Browse files
kewischcoreycb
authored andcommitted
Merge pull request #8996 from kewisch/deploy-docs-harder
Fix deploy-docs job harder
1 parent 517870b commit e64df0f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
rm book/docs/latest/.gitignore
5252
rm book/docs/latest/install.sh
5353
54+
# Restore mermaid.min.js, it has already been copied over to book/docs/latest
55+
git restore .
56+
57+
5458
- name: Deploy docs to gh-pages
5559
env:
5660
APP_SLUG: ${{ steps.app-token.outputs.app-slug || 'github-actions'}}

0 commit comments

Comments
 (0)