We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b02a4 commit 09ef6bfCopy full SHA for 09ef6bf
1 file changed
.github/workflows/Documentation.yml
@@ -3,7 +3,7 @@ name: Documentation
3
on:
4
push:
5
branches:
6
- - 'master'
+ - 'main'
7
- 'dev'
8
tags: '*'
9
pull_request:
@@ -27,4 +27,4 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
29
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
30
- run: julia --project=docs/ docs/make.jl
+ run: julia --project=docs/ docs/make.jl
0 commit comments