From dd8af0daeb4912923cd7f6cf968315ea9bc3bce9 Mon Sep 17 00:00:00 2001 From: pastay Date: Fri, 13 Sep 2024 12:33:39 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f8be32a11f08..0e2e11517155 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: @@ -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 @@ -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