Skip to content

Update MongoDB version #23

Update MongoDB version

Update MongoDB version #23

Workflow file for this run

name: Deploy to Github Pages
on: [ push ]
jobs:
pages:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Build HTML
run: |
curl -L https://github.com/rust-lang/mdBook/releases/download/v0.4.37/mdbook-v0.4.37-x86_64-unknown-linux-gnu.tar.gz | tar -xz
./mdbook build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: book