diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 87dc29e..6dddb2e 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: runs-on: demo-server steps: - name: 1. Checkout New Code - uses: actions/checkout@v3 + # uses: actions/checkout@v3 # with: # github-server-url: http://192.168.0.103:3000 # repository: ${{ gitea.repository }}