Skip to content

Commit

Permalink
Updated Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun-Dutta authored Jul 19, 2024
1 parent adead8e commit 2ef1650
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
- name: Create website directory
run: |
cd /home/runner/work/djl
mkdir site
pwd
ls
Expand All @@ -100,7 +101,7 @@ jobs:
DJL_SERVING_SHA: ${{ github.event.inputs.djl-serving-tag }}
run: |
pwd
cd djl/docs
cd /home/runner/work/djl/djl/docs
git clone https://github.com/deepjavalibrary/djl-demo.git demos
git clone https://github.com/deepjavalibrary/djl-serving.git serving
if [ "$NEW_VERSION_BOOLEAN" = "true" ]; then
Expand Down Expand Up @@ -146,7 +147,7 @@ jobs:
run: |
pwd
ls
cd djl/docs
cd /home/runner/work/djl/djl/docs
mike delete --all
git checkout gh-pages
if [ $TESTING = 'true' ]; then
Expand All @@ -163,7 +164,7 @@ jobs:
VERSION_NUMBER: ${{ github.event.inputs.version-number }}
IS_NEW_VERSION: ${{ github.event.inputs.is-new-version }}
run: |
cd djl/docs
cd /home/runner/work/djl/djl/docs
export DJL_DISABLE_PROGRESS_BAR=true
if [ '$IS_NEW_VERSION' = 'true' ]; then
export DJL_DISABLE_PROGRESS_BAR=true
Expand Down

0 comments on commit 2ef1650

Please sign in to comment.