Skip to content

Commit 79e71a4

Browse files
committed
🔧 Updating files to keep up with template
1 parent 2110177 commit 79e71a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/Deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
version: 1
4242

43-
- name: Get dependencies from jso-docs.github.io
43+
- name: Get dependencies from JuliaSmoothOptimizers.github.io
4444
run: bash getdeps.sh
4545

4646
- name: Build

getdeps.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
2-
# Script to clone the jso-docs main repo and get the necessary folders
3-
wget https://github.com/jso-docs/jso-docs.github.io/archive/refs/heads/main.zip
2+
# Script to clone the JuliaSmoothOptimizers main repo and get the necessary folders
3+
wget https://github.com/JuliaSmoothOptimizers/JuliaSmoothOptimizers.github.io/archive/refs/heads/main.zip
44
unzip main.zip
55
if [ -z "$CI" ]; then
66
rm -rf _assets _layout _libs _sass
7-
mv -f jso-docs.github.io-main/{_assets,_layout,_sass,_libs,package.json,config.md,utils.jl} .
7+
mv -f JuliaSmoothOptimizers.github.io-main/{_assets,_layout,_sass,_libs,package.json,config.md,utils.jl} .
88
else
9-
mv -f jso-docs.github.io-main/{_layout,_libs,_sass,package.json,config.md,utils.jl} .
9+
mv -f JuliaSmoothOptimizers.github.io-main/{_layout,_libs,_sass,package.json,config.md,utils.jl} .
1010
fi
11-
rm -rf jso-docs.github.io-main main.zip
11+
rm -rf JuliaSmoothOptimizers.github.io-main main.zip

0 commit comments

Comments
 (0)