Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Feb 29, 2024
1 parent 934e1ba commit 0b389bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc_build.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
echo ::set-output name=branch::${{ github.event.pull_request.head.ref }}
else
echo ::set-output name=branch::${{ github.ref }}
echo ::set-output name=branch::dev
fi
echo ${{ steps.vars.outputs.branch }}
Expand Down

0 comments on commit 0b389bb

Please sign in to comment.