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 df16956 commit 0c246b6Copy full SHA for 0c246b6
.github/workflows/doctest.yml
@@ -49,7 +49,7 @@ jobs:
49
version: '1.6.1'
50
- name: Add Julia artifacts to repo for local install
51
run: |
52
- git add -f deps src/*.jl src/jl Project.toml
+ git add -f deps/_components/dash_bootstrap_components.min.js src/*.jl src/jl/*.jl Project.toml
53
git -c user.name="GitHub Actions" -c user.email="[email protected]" commit -m "Add Julia build artifacts"
54
- name: Install Julia dependencies
55
run: julia -e 'using Pkg; Pkg.add(["Dash", "DashCoreComponents", "DashHtmlComponents", "HTTP"]); Pkg.add(path=".");'
0 commit comments