Skip to content

Commit

Permalink
Removing docdeploy. Trying IMASDD with no rev kw
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed May 1, 2024
1 parent 13b7658 commit 9f72ab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/julia-docdeploy@v1
# - uses: julia-actions/julia-docdeploy@v1
- name: Install dependencies
run: |
julia --project=docs/ -e 'using Pkg; Pkg.add(; url="[email protected]:ProjectTorreyPines/IMASDD.jl.git", rev="master"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
julia --project=docs/ -e 'using Pkg; Pkg.add(; url="[email protected]:ProjectTorreyPines/IMASDD.jl.git"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ makedocs(;

deploydocs(;
repo="github.com/ProjectTorreyPines/GGDUtils.jl.git",
)
)

0 comments on commit 9f72ab0

Please sign in to comment.