diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9c67310..93ec080 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -3,10 +3,10 @@ name: Run tests on: pull_request: branches: - - master + - main push: branches: - - master + - main - develop tags: '*' diff --git a/.github/workflows/Documentor.yml b/.github/workflows/Documentor.yml index fba5a43..b2c745e 100644 --- a/.github/workflows/Documentor.yml +++ b/.github/workflows/Documentor.yml @@ -3,7 +3,7 @@ name: Documentation on: push: branches: - - master + - main - develop tags: '*' pull_request: diff --git a/docs/make.jl b/docs/make.jl index 420660c..a41e8ee 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -11,10 +11,10 @@ function copy_coverage() end makedocs( + modules = [ GameDataManager ], sitename = "GameDataManager.jl", - modules = [ GameDataManager ], - checkdocs=:warnonly, # should be :all, need to fix the error - authors = "YongHee Kim", + authors = "Yonghee Kim", + checkdocs=:all, # should be :all, need to fix the error pages = [ "Home" => "index.md", "Tutorial" => "tutorial.md", "API Reference" => "api.md"