Update mdbook.yml

pull/464/head
nomicon-kr 10 months ago committed by GitHub
parent 8267b9cf7c
commit f35cfcef13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@
# #
# To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html # To get started with mdBook see: https://rust-lang.github.io/mdBook/index.html
# #
name: Deploy mdBook site to Pages name: mdBook >>= Pages
on: on:
# Runs on pushes targeting the default branch # Runs on pushes targeting the default branch
@ -28,8 +28,6 @@ jobs:
# Build job # Build job
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.36
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Setup Rust Toolchain - name: Setup Rust Toolchain

Loading…
Cancel
Save