Skip to content

Merge branch 'main' into feat/unified-colors-theming #1083

Merge branch 'main' into feat/unified-colors-theming

Merge branch 'main' into feat/unified-colors-theming #1083

Workflow file for this run

name: Deploy book
on:
push:
paths:
- 'book/**/*'
- '.github/workflows/deploy_book.yml'
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.32'
- run: mdbook build
working-directory: book
- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
with:
project: freya-book
entrypoint: https://deno.land/std/http/file_server.ts
root: book/book