Skip to content

Commit 25750d3

Browse files
committed
Fix
1 parent 499f740 commit 25750d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/multidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Build multidocs
8787
if: github.event_name == 'pull_request'
8888
run: |
89-
julia --project=docs/ docs/make-multi.jl
89+
julia --project=docs/ docs/make-multi.jl PR
9090
9191
- name: Build and deploy multidocs
9292
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)