Skip to content

Commit

Permalink
Update Documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Apr 28, 2023
1 parent 14e23a2 commit 097a253
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,15 @@ on:

jobs:
Documenter:
runs-on: ubuntu-latest
permissions:
contents: write
name: Documentation
runs-on: ubuntu-latest
statuses: write
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit 097a253

Please sign in to comment.