Skip to content

Commit f8de2e1

Browse files
committed
bump
1 parent 56c5363 commit f8de2e1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

npm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Automated GitHub Pages deployment setup tool - quickly configure GitHub Actions
77
No installation needed! Run directly with `bunx`:
88

99
```bash
10-
bunx github-pages
10+
bunx @thinhphoenix/github-pages
1111
```
1212

1313
## What it does
@@ -31,7 +31,7 @@ This CLI tool automates the entire GitHub Pages deployment setup:
3131
Navigate to your project directory and run:
3232

3333
```bash
34-
bunx github-pages
34+
bunx @thinhphoenix/github-pages
3535
```
3636

3737
Follow the interactive prompts to complete the setup.

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thinhphoenix/github-pages",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Automated GitHub Pages deployment setup tool",
55
"main": "dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)