XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

添加 Github Action 运行仓库判断 (#784)

64c653a
OceanJiang <catlair@qq.com>
提交于

代码差异

1 个文件 +1 -0
Modified .github/workflows/vuepress-deploy.yml +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