From 40047dfe4a702e10bd1adb13c93de40ee0078d20 Mon Sep 17 00:00:00 2001 From: Marsel Shaikhin Date: Fri, 30 Jan 2026 09:45:13 +0100 Subject: [PATCH 1/3] fix: try fixing docs deploy --- .github/workflows/deploy-docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 796168d1e..143e6f31c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: env: - NODE_VER: 22.11 + NODE_VER: 22.18 CI: true # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 # Required to calculate lastUpdated From 8518cf7c053c158f9ccea34e53cc2560369c4399 Mon Sep 17 00:00:00 2001 From: Marsel Shaikhin Date: Fri, 30 Jan 2026 09:50:21 +0100 Subject: [PATCH 2/3] test: comment out page publishing --- .github/workflows/deploy-docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 143e6f31c..2fbdc68f4 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -59,14 +59,14 @@ jobs: path: docs/.vitepress/dist # Deployment job - deploy: - environment: - name: github-pages - url: ${{ steps.deployment.outputs.page_url }} - needs: build - runs-on: ubuntu-latest - name: Deploy - steps: - - name: Deploy to GitHub Pages - id: deployment - uses: actions/deploy-pages@v4 + # deploy: + # environment: + # name: github-pages + # url: ${{ steps.deployment.outputs.page_url }} + # needs: build + # runs-on: ubuntu-latest + # name: Deploy + # steps: + # - name: Deploy to GitHub Pages + # id: deployment + # uses: actions/deploy-pages@v4 From 764ba528fcbe05e51d146e3d7b3a8eec3945f6cb Mon Sep 17 00:00:00 2001 From: Marsel Shaikhin Date: Fri, 30 Jan 2026 09:56:21 +0100 Subject: [PATCH 3/3] Revert "test: comment out page publishing" This reverts commit 8518cf7c053c158f9ccea34e53cc2560369c4399. --- .github/workflows/deploy-docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2fbdc68f4..143e6f31c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -59,14 +59,14 @@ jobs: path: docs/.vitepress/dist # Deployment job - # deploy: - # environment: - # name: github-pages - # url: ${{ steps.deployment.outputs.page_url }} - # needs: build - # runs-on: ubuntu-latest - # name: Deploy - # steps: - # - name: Deploy to GitHub Pages - # id: deployment - # uses: actions/deploy-pages@v4 + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + needs: build + runs-on: ubuntu-latest + name: Deploy + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4