opaline 0.4.1

A token-based theme engine for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: Deploy Docs

on:
  push:
    branches: [main]
    paths:
      - "docs/**"
      - ".github/workflows/docs.yml"
  workflow_dispatch:

jobs:
  docs:
    uses: hyperb1iss/shared-workflows/.github/workflows/docs-deploy.yml@main
    permissions:
      contents: read
      pages: write
      id-token: write
    secrets: inherit