Skip to content

Commit 3aa1950

Browse files
committed
testing a change to the github action for doc publishing
1 parent 74fad1e commit 3aa1950

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525
- name: Checkout main
2626
uses: actions/[email protected]
2727
with:
28-
ref: main
29-
fetch-depth: 32
3028
path: main
3129

3230
- name: Checkout gh-pages
@@ -42,7 +40,7 @@ jobs:
4240
cd $GITHUB_WORKSPACE/main
4341
X=`git diff HEAD~1 --name-only | { grep "^documentation" || test $? = 1; } | wc -l`
4442
if [ $X == "0" ]; then
45-
echo 'No changes to the documenation'
43+
echo 'No changes to the documentation'
4644
else
4745
echo '::set-output name=DOCUMENTATION_CHANGED::true'
4846
fi

documentation/1.0/content/developer/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ The WebLogic Kubernetes Toolkit UI is a desktop application designed to help Web
5151
1. Open a command-line in the `weblogic-toolkit-ui/webui` directory and run `npm run build:release`.
5252
2. From the command-line in the `weblogic-toolkit-ui/scripts` directory, run `./devBuildLinuxInstallers.sh`.
5353
3. Find the executable and installer(s) in the `weblogic-toolkit-ui/dist` directory.
54+

0 commit comments

Comments
 (0)