Skip to content

Commit

Permalink
stop using forked DemoCards in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
brucala committed Dec 1, 2024
1 parent c40abad commit 1160ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
with:
version: '1.9'
- name: Install dependencies
# run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
# use forked DemoCards.jl while this PR isn't merged and tagged: https://github.com/JuliaDocs/DemoCards.jl/pull/157
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()'
#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()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1160ff5

Please sign in to comment.