mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-05 01:28:46 +08:00
enhance 增加提交发布功能
This commit is contained in:
parent
ee514a8c95
commit
449b96cbd1
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@ -4,7 +4,15 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'manifest.json'
|
||||
|
||||
branches:
|
||||
- "master"
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||
permissions:
|
||||
contents: read
|
||||
pages: write
|
||||
id-token: write
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user