Skip to content

Bump the all-deps group with 2 updates #1138

Bump the all-deps group with 2 updates

Bump the all-deps group with 2 updates #1138

Workflow file for this run

name: Documentation
on:
push:
branches: [master]
tags: [v*]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
PYTHON: ""
DATADEPS_ALWAYS_ACCEPT: true
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71
with:
version: '1'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- 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
run: julia --project=docs/ docs/make.jl