Workflow: update ci.yml

This commit is contained in:
osamu-kj 2023-04-08 00:10:07 +02:00
parent e4294b8c65
commit 8e22357590

View File

@ -5,9 +5,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: bcomnes/deploy-to-neocities@v1 - uses: bcomnes/deploy-neocities@v1
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
with: with:
api_token: ${{ secrets.NEOCITIES_API_KEY }} neocities_token: ${{ secrets.NEOCITIES_API_KEY }}
dist_dir: ../src directory: 'src/'
cleanup: true