Skip to content

Commit

Permalink
Set cache-registries to false in the GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
Karandeep Singh committed Aug 22, 2023
1 parent 0dd651e commit 5874c65
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 @@ -21,7 +21,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/cache@v1
with:
cache-registries: "true"
cache-registries: "false"
- name: Install documentation dependencies
run: julia --project=docs -e 'using Pkg; pkg"dev ."; Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit 5874c65

Please sign in to comment.