Skip to content

updated the docs.yml file #1

updated the docs.yml file

updated the docs.yml file #1

Workflow file for this run

name: Docs
on:
push:
branches:
- master
tags: ['*']
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: julia --project=. docs/make.jl