diff --git a/.github/workflows/tools-dependencies-mirror-netlify.yml b/.github/workflows/tools-dependencies-mirror-netlify.yml index 5c1758f6c..4fa1c0cae 100644 --- a/.github/workflows/tools-dependencies-mirror-netlify.yml +++ b/.github/workflows/tools-dependencies-mirror-netlify.yml @@ -41,7 +41,7 @@ jobs: uses: nwtgck/actions-netlify@v3.0 if: github.event_name != 'pull_request' with: - publish-dir: './starsky-tools/build-tools/mirror/' + publish-dir: './starsky/starsky-tools/build-tools/mirror/' production-branch: master github-token: ${{ secrets.GITHUB_TOKEN }} deploy-message: "Deploy from GitHub Actions"