Skip to content

Commit

Permalink
website
Browse files Browse the repository at this point in the history
  • Loading branch information
Devetak committed Jan 22, 2024
1 parent fc1e77d commit bcacc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: '1.10' # Set the Julia version as required
- name: Install dependencies
run: |
julia --project=docs/ -e 'using Pkg; Pkg.add("Documenter"); Pkg.instantiate()'
julia --project=docs/ -e 'using Pkg; Pkg.develop(path=pwd()); Pkg.add("Documenter"); Pkg.instantiate()'
- name: Build and deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit bcacc83

Please sign in to comment.