Skip to content

Commit 9eb4c21

Browse files
committed
[DEBUG]
1 parent 1f7e387 commit 9eb4c21

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/Deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Get dependencies from JuliaSmoothOptimizers.github.io
4444
run: bash getdeps.sh
4545

46+
- name: DEBUG
47+
run: echo ">>$CI"
48+
4649
- name: Build
4750
env:
4851
GKSwstype: "100" #https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988

update-blogposts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Emporium.run_on_folders(
7070
)
7171

7272
# # Clean up
73-
run(`rm -rf $clone_dir`)
73+
run(`rm -rf $clone_dir`)

0 commit comments

Comments
 (0)