Skip to content

add cache to doc CI #333

add cache to doc CI

add cache to doc CI #333

Workflow file for this run

name: Documenter
on:
push:
tags:
- '*'
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:

Check failure on line 13 in .github/workflows/Documentation.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Documentation.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
Documenter:
permissions:
contents: write
statuses: write
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}