Skip to content

build(deps-dev): bump ex_doc from 0.31.2 to 0.32.1 #381

build(deps-dev): bump ex_doc from 0.31.2 to 0.32.1

build(deps-dev): bump ex_doc from 0.31.2 to 0.32.1 #381

Workflow file for this run

name: doc
on:
push:
branches:
- master
jobs:
generateDocs:
name: Generate project documentation
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Setup elixir 🔧
uses: erlef/setup-elixir@v1
with:
otp-version: '25.0'
elixir-version: '1.14'
- name: Build docs 🔧
uses: lee-dohm/generate-elixir-docs@v1
- name: Publish to Pages 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: doc
CLEAN: true # Automatically remove deleted files from the deploy branch