We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517870b commit e64df0fCopy full SHA for e64df0f
1 file changed
.github/workflows/deploy-docs.yml
@@ -51,6 +51,10 @@ jobs:
51
rm book/docs/latest/.gitignore
52
rm book/docs/latest/install.sh
53
54
+ # Restore mermaid.min.js, it has already been copied over to book/docs/latest
55
+ git restore .
56
+
57
58
- name: Deploy docs to gh-pages
59
env:
60
APP_SLUG: ${{ steps.app-token.outputs.app-slug || 'github-actions'}}
0 commit comments