Skip to content

Commit

Permalink
Update CI.yml (#62)
Browse files Browse the repository at this point in the history
* Update CI.yml

* changed back to Julia version 1 instead of 1.9

* removed comment which caused the documenter issue

* Apply suggestions from code review (JuliaFormatter)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jschepers and github-actions[bot] authored Jan 8, 2024
1 parent f8b603f commit 5e81675
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
tags: ['*']
tags: ["*"]
pull_request:
branches:
- main
Expand All @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- "1.8"
os:
- ubuntu-latest
arch:
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: "1"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down
2 changes: 0 additions & 2 deletions docs/literate/reference/onsettypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,4 @@ end
# - if `offset` > `length(signal.basis)` -> no overlap
# - if `offset` < `length(signal.basis)` -> there might be overlap, depending on the other parameters of the onset distribution


## Footnotes # hide
# [^1]: Wikipedia contributors. (2023, December 5). Log-normal distribution. In Wikipedia, The Free Encyclopedia. Retrieved 12:27, December 7, 2023, from https://en.wikipedia.org/w/index.php?title=Log-normal_distribution&oldid=1188400077#

0 comments on commit 5e81675

Please sign in to comment.