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 f555ec1 commit e78c85dCopy full SHA for e78c85d
.github/workflows/documentation.yml
@@ -1,7 +1,7 @@
1
name: Documentation
2
on:
3
push:
4
- branches: [master]
+ branches: [main]
5
tags: '*'
6
pull_request:
7
types: [opened, synchronize, reopened]
@@ -20,4 +20,4 @@ jobs:
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
22
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with Documenter.jl
23
- run: julia --project=docs/ docs/make.jl
+ run: julia --project=docs/ docs/make.jl
0 commit comments