Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun-Dutta authored Jul 19, 2024
1 parent 212ba36 commit 01ca731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
fi
git add .
git commit -m "Add previous website version"
git checkout workflow-update
ls
shell: bash

#Double Check
Expand All @@ -166,6 +166,7 @@ jobs:
VERSION_NUMBER: ${{ github.event.inputs.version-number }}
IS_NEW_VERSION: ${{ github.event.inputs.is-new-version }}
run: |
git checkout workflow-update
cd /home/runner/work/djl/djl/docs
export DJL_DISABLE_PROGRESS_BAR=true
if [ '$IS_NEW_VERSION' = 'true' ]; then
Expand Down

0 comments on commit 01ca731

Please sign in to comment.