🚀add pages auto deploy

* update

* update

* 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。

* 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。

* Create vuepress-deploy.yml

* Update vuepress-deploy.yml

* Update vuepress-deploy.yml

* 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。

* 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。

* 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。

* 使用 Vue Press 构建 html 页面,修改了部分图片链接,让其更符合 Vue Press 要求。

* Update vuepress-deploy.yml

* Update vuepress-deploy.yml

* update

* update

* update

* update

* update

* Update vuepress-deploy.yml

* 尝试修复图标显示异常

* 尝试修复图标显示异常

* 🚀add pages auto deploy

---------

Co-authored-by: SocialSisterYi <1440239038@qq.com>
This commit is contained in:
Sugarscat
2023-02-21 09:05:05 +08:00
committed by GitHub
parent 2dd8993be7
commit e16f2718c9
8 changed files with 8852 additions and 5 deletions

17
.github/workflows/vuepress-deploy.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
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/