Skip to content

Merge branch 'main' into feat/bump-dioxus #798

Merge branch 'main' into feat/bump-dioxus

Merge branch 'main' into feat/bump-dioxus #798

Workflow file for this run

name: Deploy book
on: [push]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
- 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