Compare commits

...

6 Commits

Author SHA1 Message Date
bcomnes
0c151ce644 1.1.8 2022-07-22 15:40:57 +00:00
Bret Comnes
5e51c4db74 Merge pull request #93 from bcomnes/docs 2022-07-22 09:39:17 -06:00
Bret Comnes
bda6c1eb47 Merge pull request #91 from fu-sen/patch-1 2022-07-22 09:39:06 -06:00
Bret Comnes
9b6571537b Use lts/*
Lets keep it timeless.
2022-07-22 09:36:59 -06:00
Bret Comnes
3f28c61b67 s/zeit/vercel
Closes https://github.com/bcomnes/deploy-to-neocities/issues/92
2022-07-22 09:35:09 -06:00
BALLOON | FU-SEN
abd41037ae Update node-version to 16
node LTE is currently updated up to 16, so I urge that update.
Of course this should be reflected in https://deploy-to-neocities.neocities.org/ .
Note that this is a pull request that I haven't tested.
2022-07-20 17:50:00 +09:00
3 changed files with 16 additions and 4 deletions

View File

@@ -7,7 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
## [v1.1.7](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.6...v1.1.7)
## [v1.1.8](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.7...v1.1.8)
### Fixed
- s/zeit/vercel [`#92`](https://github.com/bcomnes/deploy-to-neocities/issues/92)
### Commits
- Merge pull request #93 from bcomnes/docs [`5e51c4d`](https://github.com/bcomnes/deploy-to-neocities/commit/5e51c4db747382faa9f56d0f8de8f37d2a5842e5)
- Merge pull request #91 from fu-sen/patch-1 [`bda6c1e`](https://github.com/bcomnes/deploy-to-neocities/commit/bda6c1eb47143325a36eea712ac9c954f1c70f12)
- Use lts/* [`9b65715`](https://github.com/bcomnes/deploy-to-neocities/commit/9b6571537b238f3446151711b1ea115e4d4e4023)
## [v1.1.7](https://github.com/bcomnes/deploy-to-neocities/compare/v1.1.6...v1.1.7) - 2022-06-17
### Merged

View File

@@ -35,7 +35,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: lts/*
- name: Install deps and build
run: |
npm i
@@ -102,7 +102,7 @@ None.
- [Support the distributed web](https://neocities.org/distributed-web). Built in IPFS support.
- [Beginner friendly docs](https://neocities.org/tutorials) for learning how to make your own websites.
### What are some of the drawbacks compared to Netlify/Zeit?
### What are some of the drawbacks compared to Netlify/Vercel?
- Not appropriate for hyper traffic commercial sites most likely.
- No concept of a Deploy or atomicity when changing files.

View File

@@ -1,7 +1,7 @@
{
"name": "deploy-to-neocities",
"description": "Github Action to deplpoy a folder to Neocities.org",
"version": "1.1.7",
"version": "1.1.8",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io/)",
"bugs": {
"url": "https://github.com/bcomnes/deploy-to-neocities/issues"