Skip to content

Commit

Permalink
Update documentation website and domain url.
Browse files Browse the repository at this point in the history
  • Loading branch information
webblocksapp committed Oct 23, 2023
1 parent e0349f8 commit 2bf1958
Show file tree
Hide file tree
Showing 15 changed files with 1,076 additions and 409 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/actions/www-deploy/action.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/workflows/www.yml
Expand Up @@ -27,9 +27,3 @@ jobs:
uses: ./.github/workflows/actions/setup-pnpm
- name: Build and test
uses: ./.github/workflows/actions/www-build-and-test
- name: Deploy
uses: ./.github/workflows/actions/www-deploy
with:
ftp-server: ${{ secrets.FTP_SERVER }}
ftp-username: ${{ secrets.FTP_USERNAME }}
ftp-password: ${{ secrets.FTP_PASSWORD }}
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

## Documentation

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

## Overview

Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -14,7 +14,8 @@
"test": "pnpm --filter solid-form-handler test",
"test-www": "pnpm --filter www test",
"test-core": "pnpm --filter solid-form-handler test-core",
"sync-components": "pnpm --filter www sync-components"
"sync-components": "pnpm --filter www sync-components",
"deploy-docs": "pnpm --filter www deploy-docs"
},
"keywords": [],
"author": "Mauricio Rivera",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-form-handler",
"description": "A SolidJS library for simplifying form validations.",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 2bf1958

Please sign in to comment.