Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

feat: replaced default theme with catuppuccin #10

feat: replaced default theme with catuppuccin

feat: replaced default theme with catuppuccin #10

Workflow file for this run

name: Build and deploy Github pages
on:
push:
branches:
- main
paths:
- "docs/**"
- "gen-docs.ts"
- "crates/eww/src/widgets/widget_definitions.rs"
- "crates/eww/src/config/inbuilt.rs"
- ".github/workflows/**"
permissions:
contents: write
jobs:
build:
name: Build mdBook
runs-on: ubuntu-latest
steps:
# Checkout
- uses: actions/checkout@master
# Build & deploy
- name: build mdBook page
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "0.4.8"
- run: mdbook build docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book/