Skip to content

update default HTTP port in config example (#21) #47

update default HTTP port in config example (#21)

update default HTTP port in config example (#21) #47

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
- name: Install mdbook
run: |
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.43/mdbook-v0.4.43-x86_64-unknown-linux-gnu.tar.gz | tar -xzv
- name: Install mdbook-open-on-gh
run: |
curl -sL https://github.com/badboy/mdbook-open-on-gh/releases/download/2.4.3/mdbook-open-on-gh-2.4.3-x86_64-unknown-linux-musl.tar.gz | tar zxv
- name: Build
run: |
export PATH=$PATH:$(pwd)
mdbook build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: book