Skip to content

Commit

Permalink
Merge pull request #1 from cesmix-mit/yo_yo
Browse files Browse the repository at this point in the history
checking CI
  • Loading branch information
joannajzou authored Apr 24, 2024
2 parents 766a4db + d83ba9a commit 1e9c9e5
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,10 @@ jobs:
Pkg.Registry.add(RegistrySpec(url = "https://github.com/ACEsuit/ACEregistry"))
'
shell: bash
- name: Install dependencies
# run: |
# julia --project=docs/ -e '
# using Pkg
# Pkg.add([
# PackageSpec(;url="https://github.com/joannajzou/ActiveSubspaces.jl"),
# ])
# Pkg.develop(PackageSpec(path=pwd()))
# Pkg.instantiate()
# '
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
run: julia --project=docs/ docs/make.jl
run: |
julia --project=docs -e 'import Pkg; Pkg.develop(path=".")'
julia --project=docs/ docs/make.jl

0 comments on commit 1e9c9e5

Please sign in to comment.