We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b319c6e commit 788f465Copy full SHA for 788f465
1 file changed
.github/workflows/deploy-docs.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Setup gh-pages remote
42
run: |
43
git remote add docs https://github.com/react-native-async-storage/react-native-async-storage.github.io.git
44
+ - name: Fetch gh-pages
45
+ run: |
46
+ git fetch docs gh-pages
47
- name: Deploy Docs with mike
48
49
mike deploy -u -r docs ${{ steps.version.outputs.versionDocs }} latest --push
0 commit comments