Skip to content

Commit

Permalink
Merge pull request #11 from mathopt/chplate/DocsAction
Browse files Browse the repository at this point in the history
remove pdf, added deploydocs
  • Loading branch information
chplate authored Nov 30, 2023
2 parents dcf02b4 + bb90088 commit 8e91000
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
matrix:
format:
- html
- pdf
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand All @@ -30,4 +29,6 @@ jobs:
- name: Build the manual
run: julia --color=yes --project=docs/ docs/make.jl ${{ matrix.format }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
GKSwstype: "100"
3 changes: 3 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ makedocs(modules = [DynamicOED],
"Theory" => "theory.md",
"API" => "api.md",
])

deploydocs(repo = "github.com/mathopt/DynamicOED.jl";
push_preview = true)

0 comments on commit 8e91000

Please sign in to comment.