Skip to content

Commit 1160ff5

Browse files
committed
stop using forked DemoCards in docs build
1 parent c40abad commit 1160ff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
with:
1818
version: '1.9'
1919
- name: Install dependencies
20-
# run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20+
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2121
# use forked DemoCards.jl while this PR isn't merged and tagged: https://github.com/JuliaDocs/DemoCards.jl/pull/157
22-
run: julia --project=docs/ -e 'using Pkg; Pkg.add(url="https://github.com/brucala/DemoCards.jl", rev="transitiongrid-theme"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22+
#run: julia --project=docs/ -e 'using Pkg; Pkg.add(url="https://github.com/brucala/DemoCards.jl", rev="transitiongrid-theme"); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
2323
- name: Build and deploy
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)