Create blank.yml
This commit is contained in:
committed by
GitHub
parent
06440217c7
commit
430a8912fb
12
.github/workflows/blank.yml
vendored
Normal file
12
.github/workflows/blank.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: mdBook Action
|
||||||
|
uses: peaceiris/actions-mdbook@v1.1.4
|
||||||
Reference in New Issue
Block a user