Skip to content

Updated docs workflow and moved to "main" branch #1

Updated docs workflow and moved to "main" branch

Updated docs workflow and moved to "main" branch #1

Workflow file for this run

name: Build and Deploy Documentation
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
Documenter:
permissions:
contents: write
statuses: write
name: Documentation
runs-on: ubuntu-latest
steps:

Check failure on line 17 in .github/workflows/Documenter.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/Documenter.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}