Skip to content

Commit

Permalink
📄 docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim876633 committed Aug 31, 2023
1 parent 3053823 commit f0b2175
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ npm run commit

### Deploy

If use github-page to deploy just push the code to github and enable github-page in setting.
If use **github-page** to deploy just push the code to github and enable github-page use **GitHub Actions** in setting.

![Github Action](/public/github-action.png)

And change the baseUrl in src/constants/index.ts to your repo name

```ts
export const baseUrl = "your-repo-name";
```
Binary file added public/github-action.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f0b2175

Please sign in to comment.