mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Fix book deployment
This commit is contained in:
parent
c9f5f90229
commit
c2500bd999
1 changed files with 2 additions and 2 deletions
4
.github/workflows/book.yml
vendored
4
.github/workflows/book.yml
vendored
|
|
@ -7,14 +7,14 @@ on:
|
|||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Setup mdBook
|
||||
uses: peaceiris/actions-mdbook@v1
|
||||
with:
|
||||
mdbook-version: '0.4.5'
|
||||
mdbook-version: 'latest'
|
||||
|
||||
- name: Install mdbook-katex
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue