Skip to content

Add post_explicit! call to end of step, rm nvtx range macros #899

Add post_explicit! call to end of step, rm nvtx range macros

Add post_explicit! call to end of step, rm nvtx range macros #899

Workflow file for this run

name: Documentation
on:
push:
branches:
- main
- trying
- staging
tags: '*'
pull_request:
jobs:
docbuild:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.9
- name: Install dependencies
run: julia --project=docs -e 'using Pkg; Pkg.instantiate(;verbose=true)'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
run: julia --project=docs docs/make.jl