We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c5363 commit f8de2e1Copy full SHA for f8de2e1
2 files changed
npm/README.md
@@ -7,7 +7,7 @@ Automated GitHub Pages deployment setup tool - quickly configure GitHub Actions
7
No installation needed! Run directly with `bunx`:
8
9
```bash
10
-bunx github-pages
+bunx @thinhphoenix/github-pages
11
```
12
13
## What it does
@@ -31,7 +31,7 @@ This CLI tool automates the entire GitHub Pages deployment setup:
31
Navigate to your project directory and run:
32
33
34
35
36
37
Follow the interactive prompts to complete the setup.
npm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@thinhphoenix/github-pages",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "Automated GitHub Pages deployment setup tool",
5
"main": "dist/index.js",
6
"bin": {
0 commit comments