Skip to content

Commit

Permalink
update documenter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Jun 24, 2024
1 parent b10f3aa commit 2afb863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.8'
version: '1.10'
- uses: julia-actions/julia-buildpkg@v1
#- name: Install dependencies
# run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.precompile()'
Expand Down

2 comments on commit 2afb863

@tristanmontoya
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 0.2.10 already exists

Please sign in to comment.