Skip to content

Merge pull request #51 from jfilhoGN/13-create-a-page-with-documentat… #1

Merge pull request #51 from jfilhoGN/13-create-a-page-with-documentat…

Merge pull request #51 from jfilhoGN/13-create-a-page-with-documentat… #1

Workflow file for this run

name: Build Documentation
on:
push:
branches:
- main
jobs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Julia
uses: julia-actions/setup-julia@v1
with:
version: '1.8'
- name: Install dependencies
run: |
julia --project=docs -e 'using Pkg; Pkg.instantiate()'
- name: Build documentation
run: |
julia --project=docs docs/make.jl