Update blank.yml

This commit is contained in:
Carl Fredrik Samson
2020-01-25 14:35:07 +01:00
committed by GitHub
parent f351a753ca
commit e1da83aab0

View File

@@ -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'