Skip to content

Commit

Permalink
Merge pull request #22 from StanJulia/massinstallaction/set-up-Docume…
Browse files Browse the repository at this point in the history
…nter

MassInstallAction: Install the Documenter workflow on this repository
  • Loading branch information
goedman authored Dec 21, 2020
2 parents c613eeb + 6f99ee3 commit 358f3ae
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 }}

0 comments on commit 358f3ae

Please sign in to comment.