From 9dcc50da6833156a89caf7fca6af4eb73ececd7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Session=E5=B0=8F=E8=83=A1?= <102411014+SessionHu@users.noreply.github.com> Date: Wed, 28 Aug 2024 07:21:22 +0000 Subject: [PATCH] chore(vuepress-deploy.yml): remove running repo detection --- .github/workflows/vuepress-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vuepress-deploy.yml b/.github/workflows/vuepress-deploy.yml index f571caac3c..912c7d49ae 100644 --- a/.github/workflows/vuepress-deploy.yml +++ b/.github/workflows/vuepress-deploy.yml @@ -1,9 +1,9 @@ -name: deploy and pubish +name: deploy and publish on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest - if: github.repository == 'SessionHu/bilibili-API-collect' + # if: github.repository == 'SessionHu/bilibili-API-collect' steps: - name: Checkout uses: actions/checkout@master