add project wiki github pages

This commit is contained in:
wanxp 2024-05-11 13:46:51 +08:00
parent 7505c5520e
commit 663528e09b
2 changed files with 4 additions and 9 deletions

@ -1,8 +0,0 @@
version: 2
updates:
- package-ecosystem: bundler
directory: /
schedule:
interval: daily
allow:
- dependency-type: direct

@ -8,7 +8,10 @@ name: Deploy Jekyll site to Pages
on:
push:
branches: ["gh-pages"]
branches:
- "master"
paths:
- "doc/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: