From 34717830a418fd10aadb6af29701cb009edeb37d Mon Sep 17 00:00:00 2001 From: osamu-kj Date: Sat, 8 Apr 2023 12:52:13 +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 f16edb8..5b61e3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,8 @@ jobs: uses: peaceiris/actions-hugo@v2 - name: build run: hugo --minify - - uses: bcomnes/deploy-to-neocities@v1 + - uses: kognise/neocities-deploy-action@v1 if: ${{ github.ref == 'refs/heads/main' }} with: - api_token: ${{ secrets.NEOCITIES_API_KEY }} - cleanup: true - dist_dir: public + neocities_token : ${{ secrets.NEOCITIES_API_KEY }} + directory: 'public/'