Skip to content

Commit 43b4899

Browse files
authored
chore: change POST URL in cicd workflow
1 parent f9c3027 commit 43b4899

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
--max-time 30 \
2222
--retry 2 \
2323
--retry-delay 3 \
24-
-X POST https://portal.m.arcsysu.cn/trigger/docs_yatcc \
24+
-X POST https://portal.m.arcsysu.cn/trigger/docs-yatcc \
2525
-H "X-API-KEY: ${{ secrets.TRIGGER_KEY }}" \
2626
-H "Content-Type: application/json"; then
2727
echo "External deployment trigger succeeded."
2828
else
2929
echo "Warning: external deployment trigger failed or timed out; GitHub Pages deployment remains unaffected."
30-
fi
30+
fi

0 commit comments

Comments
 (0)