diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bb8b7c..1000c9d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,11 +9,11 @@ jobs: DEPLOY_SERVER: copy.lty.name DEPLOY_SERVER_KEY: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBKn1tARbrf+klrF31iN1Q0otmL1AvDDI87kC7HLo5ix DEPLOY_TARGET: homepage + ACTIONS_STEP_DEBUG: true steps: - uses: actions/checkout@v4 with: persist-credentials: true - lfs: true # - uses: actions/setup-python@v5 # with: # python-version: '3.12'