Skip to content

feat:格式化文件,完善app端获取短视频接口/x/v2/feed/index的内容,补充请求accessKey,响应中的横幅及热门视频… #266

feat:格式化文件,完善app端获取短视频接口/x/v2/feed/index的内容,补充请求accessKey,响应中的横幅及热门视频…

feat:格式化文件,完善app端获取短视频接口/x/v2/feed/index的内容,补充请求accessKey,响应中的横幅及热门视频… #266

name: deploy and pubish
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: github.repository == 'SocialSisterYi/bilibili-API-collect'
steps:
- name: Checkout
uses: actions/checkout@master
- name: vuepress-deploy
uses: jenkey2011/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: SocialSisterYi/bilibili-API-collect
TARGET_BRANCH: gh_pages
BUILD_SCRIPT: yarn && yarn build
BUILD_DIR: .vuepress/dist/