Skip to content

Commit

Permalink
Merge pull request #2 from PieterjanRobbe/massinstallaction/set-up-Do…
Browse files Browse the repository at this point in the history
…cumenter

MassInstallAction: Install the Documenter workflow on this repository
  • Loading branch information
PieterjanRobbe committed Feb 12, 2021
2 parents 27fa94c + da9553e commit 5efce89
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/Documenter.yml
@@ -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 }}

0 comments on commit 5efce89

Please sign in to comment.