Workflow: update ci.yml

This commit is contained in:
osamu-kj 2023-04-07 23:51:09 +02:00
parent 5e0b66ad38
commit 3860e2b27a
2 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' }} if: ${{ github.ref == 'refs/heads/main' }}
with: with:
api_token: ${{ secrets.NEOCITIES_API_KEY }} api_token: ${{ secrets.NEOCITIES_API_KEY }}
dist_dir: ./ dist_dir: src
cleanup: true cleanup: true