Skip to content

Commit

Permalink
修复顶级域名
Browse files Browse the repository at this point in the history
  • Loading branch information
HeFung committed Mar 12, 2024
1 parent a27a692 commit df3d696
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
cache: "npm"
- name: Install and Build
run: |
npm install yarn -g
yarn install
yarn build
yarn dist
npm install
npm run build
npm run dist
- name: "Jekyll theme"
run: mv ./.github/_config.temp.yml ./data/_config.yml
Expand All @@ -33,5 +32,5 @@ jobs:
github_token: ${{ secrets.ACTION_TOKEN }}
publish_dir: ./data
enable_jekyll: true
cname: iptv.vodtv.cn
cname: vodtv.cn

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "iptv",
"name": "vodtv",
"version": "1.0.5",
"main": "main.js",
"repository": "[email protected]:vodtv/iptv.git",
"repository": "[email protected]:vodtv/vodtv.git",
"author": "vodtv <[email protected]>",
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit df3d696

Please sign in to comment.