Skip to content

Commit

Permalink
workflow for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeeli committed Jun 18, 2024
1 parent 225e343 commit 44bc93a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
version: "1.10" # Specify the Julia version you are using.

- name: Set development mode for Fastback
run: |
cd docs
julia --project -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()))'
- name: Install dependencies
run: |
cd docs
Expand Down

0 comments on commit 44bc93a

Please sign in to comment.