Skip to content

Commit

Permalink
finished the test and put the code back to work with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ywkim312 committed Nov 18, 2024
1 parent 4d06f3d commit 55a4d9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- main
- develop
- 'release/*'
- main-temp

tags:
- '*'
Expand All @@ -16,7 +15,6 @@ on:
- main
- develop
- 'release/*'
- main-temp

env:
MAIN_REPO: IN-CORE/pyincore
Expand Down Expand Up @@ -44,7 +42,7 @@ jobs:
BRANCH=${GITHUB_REF##*/}
fi
echo "GITHUB_BRANCH=${BRANCH}" >> $GITHUB_ENV
if [ "$BRANCH" == "main-temp" ]; then
if [ "$BRANCH" == "main" ]; then
version=$(awk -F= '/^release/ { print $2}' docs/source/conf.py | sed "s/[ ']//g")
tags="latest"
oldversion=""
Expand Down

0 comments on commit 55a4d9f

Please sign in to comment.