We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e746f6 commit 64927cdCopy full SHA for 64927cd
.github/workflows/docs.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
version: '1.9'
19
- name: Install dependencies
20
- run: julia --project=docs/ -e 'using Pkg; Pkg.Registry.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
+ run: julia --project=docs/ -e 'using Pkg; Pkg.Registry.update(); Pkg.develop(PackageSpec(path=pwd())); Pkg.add(["Documenter", "DocumenterCitations", "Literate"]); Pkg.instantiate()'
21
- name: Build and deploy
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
0 commit comments