diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb9af3..ae5c514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,5 +9,5 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: api_token: ${{ secrets.NEOCITIES_API_KEY }} - dist_dir: /src + dist_dir: ../src cleanup: true