From 2d28f808d48e42d1ed729cca9a64948e6fd9e371 Mon Sep 17 00:00:00 2001 From: osamu-kj Date: Fri, 7 Apr 2023 23:54:41 +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 11b2020..efb9af3 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