Workflow: update ci.yml

This commit is contained in:
osamu-kj 2023-04-08 00:04:26 +02:00
parent 2d28f808d4
commit e4294b8c65

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: /src dist_dir: ../src
cleanup: true cleanup: true