Update blank.yml
This commit is contained in:
committed by
GitHub
parent
f351a753ca
commit
e1da83aab0
6
.github/workflows/blank.yml
vendored
6
.github/workflows/blank.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: CI
|
||||
name: github pages
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -7,12 +7,12 @@ on:
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v1.1.4
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
mdbook-version: 'latest'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user