UPDATE: Publish changes to crates.io

This commit is contained in:
Nicolás Hatcher
2024-02-08 17:43:48 +01:00
parent 07c8e1af81
commit ba56e13ead
5 changed files with 11 additions and 1268 deletions

View File

@@ -1,29 +0,0 @@
name: Deploy Docs to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override: true
- name: Generate Documentation
run: make docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./target/doc