Skip to content

Commit

Permalink
Adding julia caching and workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed May 1, 2024
1 parent 536c10a commit 26d4b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- 'src/'
- 'docs/**'
tags: '*'
worflow_dispatch:
jobs:
make_docs:
permissions:
Expand All @@ -19,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
# - uses: julia-actions/cache@v1
- uses: julia-actions/cache@latest
- name: Install dependencies
run: |
julia --project=docs/ -e 'using Pkg; Pkg.add(; url="https://github.com/ProjectTorreyPines/IMASDD.jl.git"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
Expand Down

0 comments on commit 26d4b0f

Please sign in to comment.