From e4294b8c656881c5ee081356dcfee72090c75c2b Mon Sep 17 00:00:00 2001 From: osamu-kj Date: Sat, 8 Apr 2023 00:04:26 +0200 Subject: [PATCH] Workflow: update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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