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