diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index d5ca2c9..f971201 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,13 +19,14 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 - uses: actions/checkout@v6 id: clone quartz repo with: # Repository name with owner. For example, actions/checkout # Default: ${{ github.repository }} - repository: 'https://github.com/jackyzha0/quartz.git' + repository: 'jackyzha0/quartz.git' + github-server-url: 'https://github.com/' - uses: actions/checkout@v4 id: get garden content with: