Skip to content

Commit 2bf1958

Browse files
committed
Update documentation website and domain url.
1 parent e0349f8 commit 2bf1958

15 files changed

Lines changed: 1076 additions & 409 deletions

File tree

.github/workflows/actions/www-deploy/action.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.github/workflows/www.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,3 @@ jobs:
2727
uses: ./.github/workflows/actions/setup-pnpm
2828
- name: Build and test
2929
uses: ./.github/workflows/actions/www-build-and-test
30-
- name: Deploy
31-
uses: ./.github/workflows/actions/www-deploy
32-
with:
33-
ftp-server: ${{ secrets.FTP_SERVER }}
34-
ftp-username: ${{ secrets.FTP_USERNAME }}
35-
ftp-password: ${{ secrets.FTP_PASSWORD }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Documentation
44

5-
**[Documentation is available here.](https://solid-form-handler.com)**
5+
**[Documentation is available here.](https://webblocksapp.github.io/solid-form-handler)**
66

77
## Overview
88

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"test": "pnpm --filter solid-form-handler test",
1515
"test-www": "pnpm --filter www test",
1616
"test-core": "pnpm --filter solid-form-handler test-core",
17-
"sync-components": "pnpm --filter www sync-components"
17+
"sync-components": "pnpm --filter www sync-components",
18+
"deploy-docs": "pnpm --filter www deploy-docs"
1819
},
1920
"keywords": [],
2021
"author": "Mauricio Rivera",

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "solid-form-handler",
33
"description": "A SolidJS library for simplifying form validations.",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"type": "module",
77
"keywords": [

0 commit comments

Comments
 (0)