From e1b7fc51e6b8cce5b47f13388912647af55f76e3 Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Ribera Costa <56278796+SergioRibera@users.noreply.github.com> Date: Thu, 16 May 2024 20:07:01 -0400 Subject: [PATCH 01/84] ci: update pr-preview.yml --- .github/workflows/pr-preview.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index ccdc1e8..c3834c4 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -20,13 +20,6 @@ on: - opened - edited - closed - paths: - - "**/**/**.rs" - - "**/**/**.toml" - - "**/**/**.css" - - "**.config.js" - - package.json - - Cargo.toml # cancel in-progress runs on new commits to same PR (github.event.number) concurrency: From 42d08ba6dc6cf67703cbd3d75e69985aa5c5d448 Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Ribera Costa <56278796+SergioRibera@users.noreply.github.com> Date: Thu, 16 May 2024 20:12:21 -0400 Subject: [PATCH 02/84] Update pr-preview.yml --- .github/workflows/pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index c3834c4..3288d79 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -28,7 +28,7 @@ concurrency: jobs: deploy-preview: - if: ${{ github.event.action != "closed" }} + if: ${{ github.event.action != 'closed' }} permissions: contents: read pull-requests: write From be687e3e8a96733be8fcf3fc1c42f2afdd4fff7f Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Ribera Costa <56278796+SergioRibera@users.noreply.github.com> Date: Thu, 16 May 2024 20:13:14 -0400 Subject: [PATCH 03/84] Update clippy.yml --- .github/workflows/clippy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 6cd4d5a..5b7c679 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -8,7 +8,7 @@ on: paths-ignore: - "extras" - ".rusty-hook.toml" - - ".github/workflows/gh-pages.yml" + - ".github/workflows/**.yml" - "**/Makefile.toml" - "README.md" From 14a97ffbf171450e11014d1433564a77bb781453 Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Thu, 16 May 2024 20:15:36 -0400 Subject: [PATCH 04/84] ci: fix pull request preview workflow --- .github/workflows/pr-preview.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 3288d79..cb778d4 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -59,7 +59,7 @@ jobs: ## ⚡ Cloudflare Pages Deployment | Name | Status | Preview | | :--- | :----- | :------ | - | ${{BRANCH_NAME}} | 🔨 Building ([Logs](${env.ACTION_RUN})) | waiting... | + | ${{env.BRANCH_NAME}} | 🔨 Building ([Logs](${env.ACTION_RUN})) | waiting... | # Build Rust Page - uses: actions-rs/toolchain@v1 @@ -96,7 +96,7 @@ jobs: ## ⚡ Cloudflare Pages Deployment | Name | Status | Preview | | :--- | :----- | :------ | - | ${{BRANCH_NAME}} | ✅ Ready ([Logs](${env.ACTION_RUN})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) | + | ${{env.BRANCH_NAME}} | ✅ Ready ([Logs](${env.ACTION_RUN})) | [${{env.SHA_SHORT}}](${{ steps.deploy.outputs.deployment-url }}) | # remove-preview: # if: ${{ github.event.action == "closed" }} @@ -130,4 +130,4 @@ jobs: # ## ⚡ Removing Cloudflare Pages Preview # | Name | Status | # | :--- | :----- | - # | ${{BRANCH_NAME}} | ✅ Removed | + # | ${{env.BRANCH_NAME}} | ✅ Removed | From c5580a4e10ac88af42fc2f704edb0c3764df9a96 Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Fri, 17 May 2024 01:21:49 -0400 Subject: [PATCH 05/84] fix: replace old blog url by new url --- src/components/header.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/header.rs b/src/components/header.rs index fad7912..4a7c0a6 100644 --- a/src/components/header.rs +++ b/src/components/header.rs @@ -46,7 +46,7 @@ pub fn Header() -> impl IntoView { "Colaboradores" From 92c724c0fe8c51751a517e5a42d9a19bc3145550 Mon Sep 17 00:00:00 2001 From: Sergio Ribera <56278796+SergioRibera@users.noreply.github.com> Date: Fri, 17 May 2024 02:39:32 -0400 Subject: [PATCH 06/84] fix: replace old book url by new url --- src/components/aprende/books.rs | 4 ++-- src/components/header.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/aprende/books.rs b/src/components/aprende/books.rs index c2728c6..1965916 100644 --- a/src/components/aprende/books.rs +++ b/src/components/aprende/books.rs @@ -81,7 +81,7 @@ pub fn Books() -> impl IntoView { "Recomendado" @@ -89,7 +89,7 @@ pub fn Books() -> impl IntoView { "¡En Progreso!" diff --git a/src/components/header.rs b/src/components/header.rs index 4a7c0a6..aaf149f 100644 --- a/src/components/header.rs +++ b/src/components/header.rs @@ -31,7 +31,7 @@ pub fn Header() -> impl IntoView { }>