Skip to content

Commit a032cac

Browse files
authored
Merge branch 'main' into bk-chmy
2 parents 95f4335 + cd70ed7 commit a032cac

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
version:
1717
- '1.9'
1818
- '1.10'
19+
- '~1.11.0-0'
1920
- 'nightly'
2021
os:
2122
- ubuntu-latest

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: '1.9'
3636
show-versioninfo: true
37-
- uses: julia-actions/cache@v1
37+
- uses: julia-actions/cache@v2
3838
- uses: julia-actions/julia-buildpkg@v1
3939
env:
4040
PYTHON: ""

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.18.2
13+
uses: crate-ci/typos@v1.25.0
1414
with:
1515
args: --exclude **/*.txt --exclude **/*.pvsm

docs/src/man/Tutorial_LaPalma.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We have filtered them and prepared a file with earthquake locations up to early
3131
Download that:
3232

3333
```julia
34-
#download_data("","EQ_events_all_info5_LaPalma_2021.dat")
34+
#download_data("https://zenodo.org/records/10738510/files/EQ_events_all_info5_LaPalma_2021.dat","EQ_events_all_info5_LaPalma_2021.dat")
3535
data_EQ = readdlm("EQ_events_all_info5_LaPalma_2021.dat")
3636
```
3737

@@ -155,4 +155,3 @@ The paraview statefile `/tutorials/LaPalma.pvsm` can be used to reproduce the fo
155155
---
156156

157157
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*
158-

0 commit comments

Comments
 (0)