From 3860e2b27ae51dd210b6f6aaa4775f1f4f58e078 Mon Sep 17 00:00:00 2001 From: osamu-kj Date: Fri, 7 Apr 2023 23:51:09 +0200 Subject: [PATCH] Workflow: update ci.yml --- .github/workflows/ci.yml | 2 +- index.html => src/index.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename index.html => src/index.html (100%) 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