Skip to content

Commit c711e8e

Browse files
committed
remove redundant deving packages in docs CI
1 parent 175bf5a commit c711e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
version: '1'
2222
- uses: julia-actions/cache@v2
2323
- 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()'
24+
run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
2525
- name: Build and deploy
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token

0 commit comments

Comments
 (0)