Skip to content

Commit

Permalink
Merge branch 'main' into to_unitful
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichelenstrofer authored Nov 29, 2023
2 parents c55f874 + fe192af commit 21c9b42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ on:
- main
tags: '*'
pull_request:
types: [opened, reopened, edited]

jobs:
build:
permissions:
contents: write
statuses: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
Expand Down

0 comments on commit 21c9b42

Please sign in to comment.