Skip to content

misc: don't add trait bounds on Server and LocalServer #92

misc: don't add trait bounds on Server and LocalServer

misc: don't add trait bounds on Server and LocalServer #92

Workflow file for this run

on:
push:
branches: [main]
name: Github Pages
jobs:
build-deploy:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
env:
RUSTFLAGS: --cfg docsrs
RUSTDOCFLAGS: --cfg docsrs -Zunstable-options --generate-link-to-definition
with:
command: doc
args: --package mpris-server --all-features --no-deps
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc/