Skip to content

Commit

Permalink
Merge branch 'main' into rg/GNKI-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar authored Dec 12, 2024
2 parents 3ca1653 + 9697f26 commit e90c45d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
tags: '*'
pull_request:

permissions:
contents: write

jobs:
docs-build:
runs-on: ubuntu-latest
Expand All @@ -17,7 +20,7 @@ jobs:
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: '1'
show-versioninfo: 'true'
Expand Down

0 comments on commit e90c45d

Please sign in to comment.