Skip to content

Commit 788f465

Browse files
authored
chore: docs deploy fix (#1240)
duh
1 parent b319c6e commit 788f465

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Setup gh-pages remote
4242
run: |
4343
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
4447
- name: Deploy Docs with mike
4548
run: |
4649
mike deploy -u -r docs ${{ steps.version.outputs.versionDocs }} latest --push

0 commit comments

Comments
 (0)