File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
documentation/1.0/content/developer Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 25
25
- name : Checkout main
26
26
27
27
with :
28
- ref : main
29
- fetch-depth : 32
30
28
path : main
31
29
32
30
- name : Checkout gh-pages
42
40
cd $GITHUB_WORKSPACE/main
43
41
X=`git diff HEAD~1 --name-only | { grep "^documentation" || test $? = 1; } | wc -l`
44
42
if [ $X == "0" ]; then
45
- echo 'No changes to the documenation '
43
+ echo 'No changes to the documentation '
46
44
else
47
45
echo '::set-output name=DOCUMENTATION_CHANGED::true'
48
46
fi
Original file line number Diff line number Diff line change @@ -51,3 +51,4 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
51
51
1 . Open a command-line in the ` weblogic-toolkit-ui/webui ` directory and run ` npm run build:release ` .
52
52
2 . From the command-line in the ` weblogic-toolkit-ui/scripts ` directory, run ` ./devBuildLinuxInstallers.sh ` .
53
53
3 . Find the executable and installer(s) in the ` weblogic-toolkit-ui/dist ` directory.
54
+
You can’t perform that action at this time.
0 commit comments