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 1f7e387 commit 9eb4c21Copy full SHA for 9eb4c21
.github/workflows/Deploy.yml
@@ -43,6 +43,9 @@ jobs:
43
- name: Get dependencies from JuliaSmoothOptimizers.github.io
44
run: bash getdeps.sh
45
46
+ - name: DEBUG
47
+ run: echo ">>$CI"
48
+
49
- name: Build
50
env:
51
GKSwstype: "100" #https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
update-blogposts.jl
@@ -70,4 +70,4 @@ Emporium.run_on_folders(
70
)
71
72
# # Clean up
73
-run(`rm -rf $clone_dir`)
+run(`rm -rf $clone_dir`)
0 commit comments