Skip to content

Tick command and tablist (#46) #11

Tick command and tablist (#46)

Tick command and tablist (#46) #11

Workflow file for this run

name: Github Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
- name: Generate documentation
run: |
cargo doc --all --no-deps --document-private-items --all-features
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: target/doc