Workflow: update ci.yml
This commit is contained in:
parent
e4294b8c65
commit
8e22357590
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -5,9 +5,8 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: bcomnes/deploy-to-neocities@v1
|
||||
- uses: bcomnes/deploy-neocities@v1
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
api_token: ${{ secrets.NEOCITIES_API_KEY }}
|
||||
dist_dir: ../src
|
||||
cleanup: true
|
||||
neocities_token: ${{ secrets.NEOCITIES_API_KEY }}
|
||||
directory: 'src/'
|
||||
|
|
Loading…
Reference in New Issue
Block a user