Create blank.yml

This commit is contained in:
Carl Fredrik Samson
2020-01-25 14:14:34 +01:00
committed by GitHub
parent 06440217c7
commit 430a8912fb

12
.github/workflows/blank.yml vendored Normal file
View 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