Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Aug 30, 2023
1 parent 71b6c45 commit f0b2644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-release-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Upload Artifact
uses: actions/[email protected]
if: ${{ env.SUBMIT != 'true' || && env.SKIP_ALL_JOB != 'true' }}
if: ${{ env.SUBMIT != 'true' || env.SKIP_ALL_JOB != 'true' }}
with:
name: website_package_artifact
path: docs/site.tar.gz
Expand Down

0 comments on commit f0b2644

Please sign in to comment.