Skip to content

Commit

Permalink
Trying https for cloning IMASDD
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed May 1, 2024
1 parent 9f72ab0 commit db5ff4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# - uses: julia-actions/julia-docdeploy@v1
- name: Install dependencies
run: |
julia --project=docs/ -e 'using Pkg; Pkg.add(; url="git@github.com:ProjectTorreyPines/IMASDD.jl.git"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
julia --project=docs/ -e 'using Pkg; Pkg.add(; url="https://github.com/ProjectTorreyPines/IMASDD.jl.git"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit db5ff4a

Please sign in to comment.