Skip to content

build(deps-dev): bump ex_doc from 0.36.1 to 0.37.0 #432

build(deps-dev): bump ex_doc from 0.36.1 to 0.37.0

build(deps-dev): bump ex_doc from 0.36.1 to 0.37.0 #432

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: '26.0'
elixir-version: '1.16'
- name: Build docs 🔧
uses: lee-dohm/generate-elixir-docs@v1
- name: Publish to Pages 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: doc
CLEAN: true # Automatically remove deleted files from the deploy branch