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 fac0489 commit b0b8df4Copy full SHA for b0b8df4
.github/workflows/deploy-docs.yml
@@ -7,6 +7,8 @@ on:
7
- "docs/**"
8
- "mkdocs.yml"
9
- "packages/async-storage/CHANGELOG.md"
10
+ - ".github/CONTRIBUTING.md"
11
+ - "README.md"
12
workflow_dispatch:
13
jobs:
14
deploy-docs:
@@ -40,4 +42,6 @@ jobs:
40
42
run: |
41
43
git remote add docs https://github.com/react-native-async-storage/react-native-async-storage.github.io.git
44
- name: Deploy Docs with mike
- run: mike deploy -u -r docs --push ${{ steps.version.outputs.versionDocs }} latest
45
+ run: |
46
+ mike deploy -r docs ${{ steps.version.outputs.versionDocs }} -u --push latest
47
+ mike set-default -r docs ${{ steps.version.outputs.versionDocs }} --push
0 commit comments