Skip to content

Add hook to ban e-matched cycles #122

Add hook to ban e-matched cycles

Add hook to ban e-matched cycles #122

Workflow file for this run

name: Publish Docs
on:
push:
branches:
- main
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Build Docs
run: |
cargo doc --no-deps --all-features
touch target/doc/.nojekyll # prevent jekyll from running
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: target/doc # The folder the action should deploy.
CLEAN: true # Automatically remove deleted files from the deploy branch