Skip to content

Bump ruby-marshal-derive from fdbaa0e to f36ba75 (#53) #67

Bump ruby-marshal-derive from fdbaa0e to f36ba75 (#53)

Bump ruby-marshal-derive from fdbaa0e to f36ba75 (#53) #67

Workflow file for this run

name: RustDoc
on:
push:
branches:
- master
jobs:
rustdoc:
name: RustDoc
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Documentation
run: cargo doc --all --no-deps
- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./target/doc
force_orphan: true