Skip to content

Better align flags.jl nomenclature with the SAMv1 specification #218

Better align flags.jl nomenclature with the SAMv1 specification

Better align flags.jl nomenclature with the SAMv1 specification #218

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
- develop
- release/*
tags: '*'
pull_request:
jobs:
Documenter:
permissions:
contents: write
statuses: write
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/julia-buildpkg@v1 # if package requires Pkg.build()
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key