Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pastay authored Sep 13, 2024
1 parent 9698837 commit dd8af0d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -25,8 +25,8 @@ jobs:
run: npm install yarn -g
- run: yarn install
- run: yarn build
- run: CLOSE_SOURCE_PROXY=true && yarn m3u
- run: yarn matrix
- run: yarn m3u


- name: "Jekyll theme"
run: mv ./_config.temp.yml ./m3u/_config.yml
Expand All @@ -37,10 +37,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./m3u
enable_jekyll: true
cname: m3u.ibert.me

- name: discord
uses: HerbertHe/discord-action@v1
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: ${{ github.repository }} has been successfullly updated, see https://m3u.ibert.me to get more.
cname: m3u.luyang.co

0 comments on commit dd8af0d

Please sign in to comment.