diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47a3756..11b2020 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: ./ + dist_dir: src cleanup: true diff --git a/index.html b/src/index.html similarity index 100% rename from index.html rename to src/index.html