Skip to content

chore: bump to 0.5.0 #79

chore: bump to 0.5.0

chore: bump to 0.5.0 #79

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 --no-deps
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc/