-
Notifications
You must be signed in to change notification settings - Fork 3
Fix GeneralisedFilters
documentation building
#69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@shravanngoswamii Could you please have a luck at the state of this PR: I've added some debugging to the workflow to figure out what is going wrong. It appears that SSMProblems.jl is correctly being dev-ed in the This is a bit confusing to me since both actions are using Maybe I have a misunderstanding about how GitHub actions works. |
I think this line in - name: Install docs dependencies
shell: julia --color=yes --project=${{ inputs.doc-path }} {0}
env:
INPUT_PKG_PATH: ${{ inputs.pkg_path }}
run: |
using Pkg
pkg_path = ENV["INPUT_PKG_PATH"]
if pkg_path == ""
Pkg.develop(PackageSpec(path=pwd()))
else
Pkg.develop(PackageSpec(path=pkg_path))
end
Pkg.instantiate() |
I must have a misunderstanding of how instantiating (or GitHub actions) works. I thought it installed everything exactly as listed in the |
@THargreaves, Sorry for the late response! I’ve been quite busy over the past few weeks, so I didn’t get a chance to reply sooner. I guess the issue has already been solved, but thanks for handling it! |
No description provided.
The text was updated successfully, but these errors were encountered: