Skip to content

Commit

Permalink
chore(vuepress-deploy.yml): remove running repo detection
Browse files Browse the repository at this point in the history
  • Loading branch information
SessionHu authored Aug 28, 2024
1 parent 7569bea commit 9dcc50d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vuepress-deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9dcc50d

Please sign in to comment.