From 4cf89259e0d15a6ff7cf7b23786b6b3a36d84b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Szyd=C5=82owski?= <9szydlowski9@gmail.com> Date: Wed, 12 Jun 2024 15:42:18 +0200 Subject: [PATCH] Fix one more path in docs publish CI (#6109) ## 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 --- .github/workflows/publish-reanimated-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-reanimated-docs.yml b/.github/workflows/publish-reanimated-docs.yml index 737348c517e..cb94e3b9c56 100644 --- a/.github/workflows/publish-reanimated-docs.yml +++ b/.github/workflows/publish-reanimated-docs.yml @@ -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 }}