返回提交历史
Modified
.github/workflows/vuepress-deploy.yml
+1
-0
XFEstudio/bilibili-API-collect
添加 Github Action 运行仓库判断 (#784)
64c653a
代码差异
1 个文件
+1
-0
@@ -3,6 +3,7 @@ on: [push]
3
3
jobs:
4
4
build-and-deploy:
5
5
runs-on: ubuntu-latest
6
if: github.repository == 'SocialSisterYi/bilibili-API-collect'
6
7
steps:
7
8
- name: Checkout
8
9
uses: actions/checkout@master