Skip to content

Commit

Permalink
#1833 build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw authored Nov 18, 2024
1 parent f3412aa commit 64d0dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tools-dependencies-mirror-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
uses: actions/checkout@v4

- name: download-mirror.sh
working-directory: ./starsky/starsky-tools/build-tools
working-directory: starsky-tools/build-tools
run: bash download-mirror.sh

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v3.0
if: github.event_name != 'pull_request'
with:
publish-dir: './starsky/starsky-tools/build-tools/mirror'
publish-dir: 'starsky-tools/build-tools/mirror'
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
Expand Down

0 comments on commit 64d0dce

Please sign in to comment.