Skip to content

Update benchmarking (#2394) #1077

Update benchmarking (#2394)

Update benchmarking (#2394) #1077

Workflow file for this run

name: Build docs and deploy to github pages
on:
push:
branches:
- main
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-elixir@v1
with:
otp-version: 26
elixir-version: '1.16.2'
- run: sudo apt-get install -y libsodium-dev
- run: mix deps.get
- run: mix docs
- name: Generate docs 🔧
run: |
mix deps.get
mix docs
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: doc # The folder the action should deploy.