Skip to content

Commit

Permalink
Updated CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlefringhausen committed May 10, 2024
1 parent 1032f66 commit 5659f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version: '1.10'
- uses: julia-actions/cache@v1
- name: Install dependencies
run: julia --project=Julia/docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd(), subdir=\""Julia\"")); Pkg.instantiate()'
run: julia --project=Julia/docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd(), subdir="Julia")); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
Expand Down

0 comments on commit 5659f51

Please sign in to comment.