dioxus-code 0.0.1

Syntax-highlighted code blocks for Dioxus.
name: PR Preview Build

on:
  pull_request:
    types: [opened, synchronize, reopened, ready_for_review]
    branches: [main]

permissions:
  contents: read

concurrency:
  group: pr-preview-build-${{ github.event.pull_request.number }}
  cancel-in-progress: true

jobs:
  build:
    uses: ealmloff/dioxus-ci/.github/workflows/pr-preview-build.yml@main
    with:
      working-directory: demo
      ssg: true
      no-default-features: true
      features: fullstack
      debug-symbols: false
      dx-cli-version: 0.7.7