Skip to content

Commit 09a966d

Browse files
dependabot[bot]bcomnes
authored andcommitted
Bump bcomnes/deploy-to-neocities from 2 to 3 (#168)
Bumps [bcomnes/deploy-to-neocities](https://github.com/bcomnes/deploy-to-neocities) from 2 to 3. - [Release notes](https://github.com/bcomnes/deploy-to-neocities/releases) - [Changelog](https://github.com/bcomnes/deploy-to-neocities/blob/master/CHANGELOG.md) - [Commits](bcomnes/deploy-to-neocities@v2...v3) --- updated-dependencies: - dependency-name: bcomnes/deploy-to-neocities dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1cea35 commit 09a966d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/neocities.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
- run: npm run build
3030

3131
- name: Deploy to neocities
32-
uses: bcomnes/deploy-to-neocities@v2
32+
uses: bcomnes/deploy-to-neocities@v3
3333
with:
3434
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
3535
cleanup: true
36+
neocoties_supporter: true
37+
preview_before_deploy: true

0 commit comments

Comments
 (0)