Compare commits

...

7 Commits

Author SHA1 Message Date
Bret Comnes
bcd01efa4b
Merge pull request #187 from helenclx/master 2024-05-25 13:22:28 -07:00
Helen Chong
b5c3f6f80e Add leilukin.neocities.org to the list of sites 2024-05-25 12:20:30 +08:00
Bret Comnes
6595f1c246
Merge pull request #185 from Len42/add-lenp.net 2024-05-21 13:44:48 -07:00
Bret Comnes
ae08849335
Update README.md 2024-05-21 13:42:42 -07:00
Len Popp len.popp@gmail.com
3eacba89fd add site lenp.net (https://lenp.neocities.org/) 2024-05-19 13:49:08 -04:00
Bret Comnes
5729d50652
Merge pull request #184 from bcomnes/dependabot/npm_and_yarn/esbuild-0.21.0
chore(deps-dev): bump esbuild from 0.20.2 to 0.21.0
2024-05-07 19:40:38 -07:00
dependabot[bot]
b089e0d0bc
chore(deps-dev): bump esbuild from 0.20.2 to 0.21.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.20.2 to 0.21.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.20.2...v0.21.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-07 03:53:11 +00:00
2 changed files with 5 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Efficiently deploy a website to [Neocities][nc] using [Github actions](https://g
```yaml
name: Deploy to neocities
# only run on changes to main. Use main or master depending on whatever your default branch is called.
# only run on changes to main. Use main or master depending on whatever your default branch is called.
on:
push:
branches:
@ -72,7 +72,7 @@ You most likely only want to run this on the `master` branch so that only change
### Inputs
- `api_token` (**REQUIRED**): The API token for your [Neocities][nc] website to deploy to.
- `dist_dir`: The directory to deploy to [Neocities][nc]. Default: `public`. Don't deploy your root repo directory (e.g. `./`). It contains `.git`, `.github` and other files that won't deploy properly to neocities. Keep it clean by keeping or building your site into a subdir and deploy that.
- `dist_dir`: The directory to deploy to [Neocities][nc]. Default: `public`. Don't deploy your root repo directory (e.g. `./`). It contains `.git`, `.github` and other files that won't deploy properly to neocities. Keep it clean by keeping or building your site into a subdir and deploy that.
- `cleanup`: Boolean string (`true` or `false`). If `true`, `deploy-to-neocities` will destructively delete files found on [Neocities][nc] not found in your `dist_dir`. Default: `false`.
- `protected_files`: An optional glob string used to mark files as protected. Protected files are never cleaned up. Test this option out with `cleanup` set to false before relying on it. Protected files are printed when `cleanup` is set to true or false. Glob strings are processed by [minimatch](https://github.com/isaacs/minimatch) against remote neocities file paths. Protected files can still be updated.
@ -142,6 +142,8 @@ None.
- https://github.com/tencurse/neocities ([10kph.neocities.org](https://10kph.neocities.org/))
- https://github.com/alephdfilms/neocities/ ([alephd.neocities.org](https://alephd.neocities.org/)]
- https://sacred.neocities.org/ (https://github.com/M-Valentino/sacredOS)
- https://lenp.net/ (https://github.com/Len42/web-site)
- https://github.com/helenclx/Neocities-Leilukin (https://leilukin.neocities.org/)
- [See more!](https://github.com/bcomnes/deploy-to-neocities/network/dependents)
- ...PR your site when you set it up!

View File

@ -21,7 +21,7 @@
"gh-release": "^7.0.0",
"npm-run-all2": "^6.0.0",
"standard": "^17.0.0",
"esbuild": "^0.20.0"
"esbuild": "^0.21.0"
},
"homepage": "https://github.com/bcomnes/deploy-to-neocities#readme",
"keywords": [],