Skip to content

misc: move accessing the inner connection to unstable feature #81

misc: move accessing the inner connection to unstable feature

misc: move accessing the inner connection to unstable feature #81

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: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: doc
args: --package mpris-server --features "unstable" --no-deps
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc/