diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index c9560ab..6b69de3 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -19,4 +19,4 @@ jobs: - name: Publish Site env: REPOSITORY: "https://${{ secrets.GITHUB_PAT }}@github.com/${{ github.repository }}.git" - run: ./publish.sh \ No newline at end of file + run: bash publish.sh \ No newline at end of file