Skip to content

CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) #656

CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat)

CompatHelper: bump compat for Documenter to 1 for package docs, (keep existing compat) #656

Workflow file for this run

name: Documentation
on:
push:
branches:
- master
tags: '*'
pull_request:
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install python
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: ${{ matrix.arch }}
- run: python -m pip install pot
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- name: Install dependencies
run: |
using Pkg: Pkg
Pkg.instantiate()
shell: julia --color=yes --project=docs/ {0}
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
GKSwstype: nul # avoid (irrelevant) error messages from GR
JULIA_DEBUG: Documenter # Print `@debug` statements (https://github.com/JuliaDocs/Documenter.jl/issues/955)
DATADEPS_ALWAYS_ACCEPT: true
run: julia --color=yes --project=docs/ docs/make.jl