From 5b5b3c3f44b4607c939a88eb753bb29fe9cf301f Mon Sep 17 00:00:00 2001 From: Illia Aihistov Date: Fri, 21 Feb 2025 12:54:24 +0200 Subject: [PATCH 1/4] Update to actions/deploy-pages@v4 --- .github/workflows/gh-pages-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages-deploy.yaml b/.github/workflows/gh-pages-deploy.yaml index 201d00b4..a58f8924 100644 --- a/.github/workflows/gh-pages-deploy.yaml +++ b/.github/workflows/gh-pages-deploy.yaml @@ -87,4 +87,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 From b5ce4c44318431fd7f7540877095898692fe3d27 Mon Sep 17 00:00:00 2001 From: Illia Aihistov Date: Fri, 21 Feb 2025 12:59:06 +0200 Subject: [PATCH 2/4] Remove unsafe_html linter rule --- lib/analysis_options.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/analysis_options.yaml b/lib/analysis_options.yaml index 1d6ba832..78d35b72 100644 --- a/lib/analysis_options.yaml +++ b/lib/analysis_options.yaml @@ -272,7 +272,6 @@ linter: - unnecessary_this - unnecessary_to_list_in_spreads - unrelated_type_equality_checks - - unsafe_html - use_build_context_synchronously - use_colored_box - use_decorated_box From 47f5840b6f0412db02f5c8a52e8aee7c9af866a8 Mon Sep 17 00:00:00 2001 From: Illia Aihistov Date: Fri, 21 Feb 2025 13:05:39 +0200 Subject: [PATCH 3/4] [REVERT THIS] trigger CI for testing --- .github/workflows/gh-pages-deploy.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/gh-pages-deploy.yaml b/.github/workflows/gh-pages-deploy.yaml index a58f8924..9edd3cce 100644 --- a/.github/workflows/gh-pages-deploy.yaml +++ b/.github/workflows/gh-pages-deploy.yaml @@ -3,7 +3,6 @@ name: Build and Deploy documentation to GitHub Pages on: push: branches: - - master permissions: contents: write From afb50fdecc9ea88ed0d338a98df3b9d07ea0d88e Mon Sep 17 00:00:00 2001 From: Illia Aihistov Date: Fri, 21 Feb 2025 13:12:29 +0200 Subject: [PATCH 4/4] Revert "[REVERT THIS] trigger CI for testing" --- .github/workflows/gh-pages-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gh-pages-deploy.yaml b/.github/workflows/gh-pages-deploy.yaml index 9edd3cce..a58f8924 100644 --- a/.github/workflows/gh-pages-deploy.yaml +++ b/.github/workflows/gh-pages-deploy.yaml @@ -3,6 +3,7 @@ name: Build and Deploy documentation to GitHub Pages on: push: branches: + - master permissions: contents: write