Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromxavier authored Oct 27, 2022
1 parent c8d87c4 commit 564f4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1.6'
- run: julia --proj=docs -e 'import Pkg; Pkg.dev(path=@__DIR__)'
- run: julia --proj=docs -e 'import Pkg; Pkg.develop(path=@__DIR__)'
- uses: julia-actions/julia-buildpkg@latest
with:
project: "docs"
Expand Down

0 comments on commit 564f4a1

Please sign in to comment.