diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bba2927..7d30495 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: commit_options: "--no-verify" token: "${{ secrets.TOKEN }}" - name: Call API to Update Caddy - run: curl https://upd.masyionz.cn/update/blog.maysionz.cn + run: curl https://upd.maysionz.cn/update/blog.maysionz.cn # - name: Send mail On Success # if: success() # uses: https://github.com/dawidd6/action-send-mail@v3