From 8e2235759005a86e0f56129d5d753ab0e2122a5c Mon Sep 17 00:00:00 2001 From: osamu-kj Date: Sat, 8 Apr 2023 00:10:07 +0200 Subject: [PATCH] Workflow: update ci.yml --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae5c514..d098859 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,9 +5,8 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: bcomnes/deploy-to-neocities@v1 + - uses: bcomnes/deploy-neocities@v1 if: ${{ github.ref == 'refs/heads/main' }} with: - api_token: ${{ secrets.NEOCITIES_API_KEY }} - dist_dir: ../src - cleanup: true + neocities_token: ${{ secrets.NEOCITIES_API_KEY }} + directory: 'src/'