Skip to content

Commit b8ed8ca

Browse files
author
dsweber2
committed
minor doc build typo
1 parent aeed40a commit b8ed8ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docsBuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v2
18-
- uses: julia-actions/setup-julia@v1
18+
- uses: julia-actions/setup-julia@latest
1919
with:
2020
version: '1.6'
2121
- name: Install dependencies
@@ -28,7 +28,7 @@ jobs:
2828
Pkg.develop(PackageSpec(path=pwd()))
2929
Pkg.instantiate()'
3030
- name: Build and deploy
31-
- run: julia --project=docs docs/make.jl
31+
run: julia --project=docs docs/make.jl
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)