Skip to content

fix gitlab pipeline, change kubernetes-env to docker-env (#1461) #787

fix gitlab pipeline, change kubernetes-env to docker-env (#1461)

fix gitlab pipeline, change kubernetes-env to docker-env (#1461) #787

Workflow file for this run

name: Deploy on gh-pages
on:
push:
branches: [main]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
- run: mdbook build docs
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/book