File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ RELEASE_VERSION=$1
7
7
# ##################################################
8
8
9
9
# Create directory for release assets ready to be published
10
- # rm -rf publish
11
- # mkdir publish
10
+ rm -rf publish
11
+ mkdir publish
12
12
13
13
# Package assets in tar.gz and zip formats
14
- # tar --create --gzip -f "publish/workshop-materials-${RELEASE_VERSION}.tar.gz" -C output .
15
- # cd output; zip --recurse-paths "../publish/workshop-materials-${RELEASE_VERSION}.zip" .; cd ..
14
+ tar --create --gzip -f " publish/workshop-materials-${RELEASE_VERSION} .tar.gz" -C output .
15
+ cd output; zip --recurse-paths " ../publish/workshop-materials-${RELEASE_VERSION} .zip" . ; cd ..
16
16
17
17
# #########################################
18
18
# Generate hosted assets for GitHub Pages
@@ -111,4 +111,4 @@ for mod in module-*; do
111
111
done
112
112
113
113
# Build static website
114
- cd site; bundle install; bundle exec jekyll build; cd ..
114
+ cd site; bundle install; bundle exec jekyll build; cd ..
You can’t perform that action at this time.
0 commit comments