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 b64f6d4 commit ebe0d9fCopy full SHA for ebe0d9f
.github/workflows/documentation.yml
@@ -9,6 +9,8 @@ on:
9
10
jobs:
11
build:
12
+ permissions:
13
+ contents: write
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
@@ -23,7 +25,7 @@ jobs:
23
25
- name: Install dependencies
24
26
run: |
27
julia -e 'ENV["PYTHON"]=ENV["CONDA"] * "/envs/rms_env/bin/python"; using Pkg; Pkg.add("PyCall"); Pkg.build("PyCall")'
- julia --project=docs/ -e 'using Pkg; Pkg.add(PackageSpec(name="StochasticDiffEq",version="6.36.0")); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
28
+ julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
29
- name: Build and deploy
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
0 commit comments