Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcvbnmzsedr committed Dec 21, 2024
1 parent 3b28106 commit 0f2865c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy to GitHub Pages

on:
push:
branches:
- main # 设置要触发部署的分支
# push:
# branches:
# - main # 设置要触发部署的分支
workflow_dispatch: # 允许手动触发部署

permissions:
Expand Down Expand Up @@ -38,9 +38,7 @@ jobs:
run: pnpm install

- name: Build
run: |
pnpm vue-tsc --noEmit false
pnpm build
run: pnpm build

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ npm run build

## 运行效果


[在线预览](https://www.ztianzeng.com/alist-course-plugin/)


![截图](docs/config.png)

![截图](docs/list.png)
Expand Down

0 comments on commit 0f2865c

Please sign in to comment.