mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 16:48:44 +08:00
add project wiki github pages
This commit is contained in:
parent
7505c5520e
commit
663528e09b
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -1,8 +0,0 @@
|
|||||||
version: 2
|
|
||||||
updates:
|
|
||||||
- package-ecosystem: bundler
|
|
||||||
directory: /
|
|
||||||
schedule:
|
|
||||||
interval: daily
|
|
||||||
allow:
|
|
||||||
- dependency-type: direct
|
|
||||||
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
@ -8,7 +8,10 @@ name: Deploy Jekyll site to Pages
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["gh-pages"]
|
branches:
|
||||||
|
- "master"
|
||||||
|
paths:
|
||||||
|
- "doc/**"
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user