diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6b843b0..b0783f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,4 +19,4 @@ jobs: with: fetch-depth: 0 # Fetch all history for git info - name: "Building Quartz content" - uses: ./deploy-quartz \ No newline at end of file + uses: ./.github/actions/deploy-quartz \ No newline at end of file