mirror of
https://github.com/Wanxp/obsidian-douban.git
synced 2026-04-04 08:38:41 +08:00
add project wiki github actions
This commit is contained in:
parent
f7562688d8
commit
ba3fcb896c
22
.github/workflows/ci.yml
vendored
22
.github/workflows/ci.yml
vendored
@ -1,22 +0,0 @@
|
|||||||
name: CI
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches: ["gh-pages"]
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
# Build job
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Setup Ruby
|
|
||||||
uses: ruby/setup-ruby@v1
|
|
||||||
with:
|
|
||||||
ruby-version: '3.3' # Not needed with a .ruby-version file
|
|
||||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
|
||||||
cache-version: 0 # Increment this number if you need to re-download cached gems
|
|
||||||
- name: Build with Jekyll
|
|
||||||
run: bundle exec jekyll build
|
|
||||||
Loading…
Reference in New Issue
Block a user