Skip to content

Commit

Permalink
Fix one more path in docs publish CI (#6109)
Browse files Browse the repository at this point in the history
## Summary

Previous fix forgor about one path

## Test plan


https://github.com/software-mansion/react-native-reanimated/actions/runs/9483520775
- went through this time with publish as well
  • Loading branch information
szydlovsky committed Jun 12, 2024
1 parent 019f9fd commit 4cf8925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-reanimated-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Publish generated content to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
FOLDER: docs/build
FOLDER: packages/docs-reanimated/build
BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4cf8925

Please sign in to comment.