Skip to content

ci: enable all features on clippy and cargo-test #83

ci: enable all features on clippy and cargo-test

ci: enable all features on clippy and cargo-test #83

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
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/