We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4372f05 commit 10ea646Copy full SHA for 10ea646
.github/workflows/docs.yml
@@ -3,7 +3,7 @@ name: Documentation
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
tags: '*'
8
pull_request:
9
types: [opened, synchronize, reopened]
@@ -26,4 +26,4 @@ jobs:
26
version: 'lts'
27
- uses: julia-actions/cache@v2
28
- uses: julia-actions/julia-buildpkg@latest
29
- - run: julia --project=docs/ docs/make.jl
+ - run: julia --project=docs/ docs/make.jl
0 commit comments