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 499f740 commit 25750d3Copy full SHA for 25750d3
.github/workflows/multidocs.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Build multidocs
87
if: github.event_name == 'pull_request'
88
run: |
89
- julia --project=docs/ docs/make-multi.jl
+ julia --project=docs/ docs/make-multi.jl PR
90
91
- name: Build and deploy multidocs
92
if: github.event_name != 'pull_request'
0 commit comments