plotters-gtk4 0.6.0

Plotters GTK4 Backend
Documentation
on:
  push:
    branches: [main]

name: Github Pages

jobs:
  build-deploy:
    runs-on: ubuntu-22.04
    permissions:
      contents: write
    container:
      image: ghcr.io/gtk-rs/gtk4-rs/gtk4:latest
    steps:
      - uses: actions/checkout@v4
      - uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: stable
          override: true
      - uses: actions-rs/cargo@v1
        with:
          command: doc
          args: --package plotters-gtk4 --no-deps

      - name: Deploy
        uses: peaceiris/actions-gh-pages@v3
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          publish_dir: ./target/doc/