Skip to content

Commit

Permalink
use forked DemoCards.jl in docs CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brucala committed Oct 11, 2023
1 parent c407500 commit e278c80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Expand Up @@ -17,7 +17,9 @@ jobs:
with:
version: '1.6'
- 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()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e278c80

Please sign in to comment.