Skip to content

Bump ex_machina from 2.7.0 to 2.8.0 (#2562) #1143

Bump ex_machina from 2.7.0 to 2.8.0 (#2562)

Bump ex_machina from 2.7.0 to 2.8.0 (#2562) #1143

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.