Skip to content

Merge pull request #1017 from OpenFn/972-fix-credential-tooltip #433

Merge pull request #1017 from OpenFn/972-fix-credential-tooltip

Merge pull request #1017 from OpenFn/972-fix-credential-tooltip #433

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.15.4'
- run: mix deps.get
- run: mix docs
- name: Generate docs 🔧
run: |
mix deps.get
mix docs
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: doc # The folder the action should deploy.