Skip to content

periodic: update layer handling #701

periodic: update layer handling

periodic: update layer handling #701

Workflow file for this run

---
name: Deploy Main
on:
push:
branches:
- main
jobs:
deploy-documentation:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.3.5'
- name: mdBook Build
run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
keep_files: true
allow_empty_commit: false