Update blank.yml
This commit is contained in:
committed by
GitHub
parent
fd8e9059c5
commit
f351a753ca
13
.github/workflows/blank.yml
vendored
13
.github/workflows/blank.yml
vendored
@@ -1,14 +1,17 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build-deploy:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: mdBook Action
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@v1.1.4
|
uses: peaceiris/actions-mdbook@v1.1.4
|
||||||
with:
|
with:
|
||||||
mdbook-version: 'latest'
|
mdbook-version: 'latest'
|
||||||
|
|||||||
Reference in New Issue
Block a user