Skip to content

Commit e78c85d

Browse files
Update documentation.yml
1 parent f555ec1 commit e78c85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Documentation
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
tags: '*'
66
pull_request:
77
types: [opened, synchronize, reopened]
@@ -20,4 +20,4 @@ jobs:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
2222
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with Documenter.jl
23-
run: julia --project=docs/ docs/make.jl
23+
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)