diff --git a/.forgejo/workflows/depoly.yml b/.forgejo/workflows/depoly.yml index 1133a67..3c5dc28 100644 --- a/.forgejo/workflows/depoly.yml +++ b/.forgejo/workflows/depoly.yml @@ -9,9 +9,6 @@ jobs: image: node:20-bullseye name: Depoly blog steps: - - name: Try checkout buck to see if the DNS works - run: git clone -vvv https://github.com/thislight/hexo-theme-buck.git - - name: Checkout uses: actions/checkout@v4 with: