Skip to content

Commit 889f024

Browse files
authored
Merge pull request #630 from facultyai/julia-docs-snippets
Julia deps install
2 parents df16956 + 0c246b6 commit 889f024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doctest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
version: '1.6.1'
5050
- name: Add Julia artifacts to repo for local install
5151
run: |
52-
git add -f deps src/*.jl src/jl Project.toml
52+
git add -f deps/_components/dash_bootstrap_components.min.js src/*.jl src/jl/*.jl Project.toml
5353
git -c user.name="GitHub Actions" -c user.email="actions@github.com" commit -m "Add Julia build artifacts"
5454
- name: Install Julia dependencies
5555
run: julia -e 'using Pkg; Pkg.add(["Dash", "DashCoreComponents", "DashHtmlComponents", "HTTP"]); Pkg.add(path=".");'

0 commit comments

Comments
 (0)