Skip to content

Commit

Permalink
Merge pull request #115 from TRACER-LULab/111-joss-bug-when-running-e…
Browse files Browse the repository at this point in the history
…xample-in-the-documentation

Fixed docs not deploying
  • Loading branch information
cfarm6 authored Feb 2, 2024
2 parents b00198f + 3bc92a8 commit 22f6c43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ jobs:
using Hyperelastics
DocMeta.setdocmeta!(Hyperelastics, :DocTestSetup, :(using Hyperelastics); recursive=true)
doctest(Hyperelastics)'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
run: julia --project=docs docs/make.jl

0 comments on commit 22f6c43

Please # to comment.