Skip to content

Commit

Permalink
fix: update blog url
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed Sep 23, 2024
1 parent 2f6d068 commit b000007
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/v-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
node-version: [20.14.0]
steps:
- uses: actions/checkout@v4
- run: git pull
with:
fetch-depth: 0
- run: git pull origin master

- run: bash ./update.sh
- name: Nofity to ntfy
Expand Down
2 changes: 1 addition & 1 deletion packages/consts/src/project/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const PROJECT = {
},
{
name: 'blog',
url: 'https://blog-dev27149.vercel.app/',
url: 'https://i5lin.top/blog',
},
],
},
Expand Down

0 comments on commit b000007

Please sign in to comment.