We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175bf5a commit c711e8eCopy full SHA for c711e8e
.github/workflows/Documentation.yml
@@ -21,7 +21,7 @@ jobs:
21
version: '1'
22
- uses: julia-actions/cache@v2
23
- name: Install dependencies
24
- run: julia --project=docs/ -e 'using Pkg; Pkg.develop([PackageSpec(path=pwd()), PackageSpec(path=pwd() * "/lib/TimespanLogging"), PackageSpec(path=pwd() * "/lib/DaggerWebDash")]); Pkg.instantiate()'
+ run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
25
- name: Build and deploy
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
0 commit comments