Skip to content

Commit

Permalink
Update Documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Aug 30, 2024
1 parent 49f3b38 commit e7fc83d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1'
- name: "Start SSH agent"
uses: "webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e" # v0.8.0
with:
ssh-private-key: "${{ secrets.DOCUMENTER_KEY }}"
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(url="[email protected]:Neuroblox/Neuroblox.jl.git")); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit e7fc83d

Please sign in to comment.