Skip to content

Commit

Permalink
Correct deploy script (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
theabhirath authored Nov 18, 2023
1 parent 5e717f4 commit fef3a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-test-
${{ runner.os }}-
- name: Install dependencies
run: julia --project=. -e 'using Pkg; Pkg.instantiate()'
run: julia --project=docs/ -e 'using Pkg; Pkg.instantiate()'
- name: Aggregate and deploy
run: |
git config user.name github-actions
Expand Down

0 comments on commit fef3a05

Please sign in to comment.