Skip to content

update project.toml

update project.toml #9

Workflow file for this run

name: Documentation
on: [push, pull_request]
jobs:
Documenter:
if: github.repository == 'Hirlam/Domains.jl'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.9.0-rc1'
- name: Add Harmonie Registry
run: julia -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/Hirlam/HarmonieRegistry.git"))'
- uses: julia-actions/cache@v1
with:
cache-compiled: "true"
- uses: julia-actions/julia-buildpkg@v1
- name: Install Julia dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
- name: Build and deploy
run: julia --project=docs/ docs/make.jl
env:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key