Skip to content

Commit bda1e3c

Browse files
committed
optimize ci syntax
1 parent c405ea4 commit bda1e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
teedoc build
4444
echo "out dir: ${out_dir}"
4545
cp -rf .github $out_dir
46-
echo ::set-output name=out_dir::$out_dir
46+
echo "out_dir=$out_dir" >> $GITHUB_OUTPUT
4747
remote_addr=`git remote get-url --push origin`
4848
echo "remote addr: ${remote_addr}"
4949
cd $out_dir

0 commit comments

Comments
 (0)