Skip to content

Commit

Permalink
Build docs with GitHub Actions (#452)
Browse files Browse the repository at this point in the history
Also push docs previews
  • Loading branch information
timholy authored Dec 15, 2020
1 parent bcbda7e commit 15d6945
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Documenter
on:
push:
branches: [master]
tags: [v*]
pull_request:

jobs:
Documenter:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ makedocs(

deploydocs(
repo = "github.com/JuliaDebug/JuliaInterpreter.jl.git",
push_preview = true
)

0 comments on commit 15d6945

Please sign in to comment.