Skip to content

Commit

Permalink
getting Documentation CI to run
Browse files Browse the repository at this point in the history
  • Loading branch information
leios committed Apr 17, 2024
1 parent 766a4db commit 138601e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
'
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()
# '
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
Expand Down

0 comments on commit 138601e

Please sign in to comment.