Skip to content

Commit 6b28265

Browse files
pebetoDilumAluthge
andauthored
Update .github/workflows/documentation.yml
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent 3902a50 commit 6b28265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: julia-actions/setup-julia@latest
1616
with:
17-
version: '1.10'
17+
version: 'lts'
1818
- name: Install dependencies
1919
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2020
- name: Build and deploy

0 commit comments

Comments
 (0)