Skip to content

Commit 09ef6bf

Browse files
Update Documentation.yml
1 parent 03b02a4 commit 09ef6bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Documentation
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
- 'dev'
88
tags: '*'
99
pull_request:
@@ -27,4 +27,4 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2929
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
30-
run: julia --project=docs/ docs/make.jl
30+
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)