diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index f13eaa2..62f9180 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -15,15 +15,15 @@ jobs: options: --network=host # (Optional, more below) steps: - - name: Checkout repo - uses: actions/checkout@v4 - with: - persist-credentials: false - - name: Set up Node uses: actions/setup-node@v4 with: node-version: 20 + + - name: Checkout repo + uses: actions/checkout@v4 + with: + persist-credentials: false - name: Deploy with Docker run: |