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 b859bbf commit 1e59f2dCopy full SHA for 1e59f2d
.github/workflows/Documenter.yml
@@ -13,7 +13,13 @@ jobs:
13
steps:
14
- uses: actions/checkout@v2
15
- name: Install dependencies
16
- run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate(); Pkg.build(;verbose=true)'
+ shell: julia --color=yes --project=docs/ {0}
17
+ run: |
18
+ using Pkg
19
+ Pkg.develop(PackageSpec(path="lib/MPIPreferences"))
20
+ Pkg.develop(PackageSpec(path=pwd()))
21
+ Pkg.instantiate()
22
+ Pkg.build(;verbose=true)
23
- name: Build and deploy
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments