From b460073fe3425114b9e6418c38b579c5a1d5c57b Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:23:57 -0500 Subject: [PATCH 01/11] Create main --- .github/workflows/main | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/workflows/main diff --git a/.github/workflows/main b/.github/workflows/main new file mode 100644 index 00000000..559bddf5 --- /dev/null +++ b/.github/workflows/main @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v3 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 From f910a2e11cbe08073769e357a098e5014d7bafb0 Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:42:21 -0500 Subject: [PATCH 02/11] Update index.html --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 565120c3..b063d662 100644 --- a/src/index.html +++ b/src/index.html @@ -9,7 +9,7 @@ HerCode - + +
- From 09cc85430eef83b5c4ed6006a564e3f25c874541 Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:53:11 -0500 Subject: [PATCH 05/11] Update index.html --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 80f2474c..1ca6adff 100644 --- a/src/index.html +++ b/src/index.html @@ -9,9 +9,9 @@ HerCode - +
- + From 236862f5af96ac546ebdb35447e8c2dc1ae1b976 Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:54:55 -0500 Subject: [PATCH 06/11] Update index.html --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 1ca6adff..6f41c712 100644 --- a/src/index.html +++ b/src/index.html @@ -9,9 +9,9 @@ HerCode -
- + + From 30b2c5719fcc2bc6c88862af39dd4c332439a7a2 Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:57:12 -0500 Subject: [PATCH 07/11] Update index.html --- src/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.html b/src/index.html index 6f41c712..b4a6db49 100644 --- a/src/index.html +++ b/src/index.html @@ -11,7 +11,7 @@
- + - + From d56b299070723b9cdf10703e9a10e75bdc3fe9ce Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:58:25 -0500 Subject: [PATCH 08/11] Update index.html --- src/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.html b/src/index.html index b4a6db49..e792a691 100644 --- a/src/index.html +++ b/src/index.html @@ -9,6 +9,7 @@ HerCode +
From 358cdc70a0439e4a30f6d9aec5711d0b68007602 Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:03:44 -0500 Subject: [PATCH 09/11] Update index.html --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index e792a691..469dde22 100644 --- a/src/index.html +++ b/src/index.html @@ -8,7 +8,7 @@ HerCode - +
From effa4cae7d804704bc37f32ff1272d925a901f13 Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:10:31 -0500 Subject: [PATCH 10/11] Update index.html --- src/index.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/src/index.html b/src/index.html index 469dde22..7655f894 100644 --- a/src/index.html +++ b/src/index.html @@ -1,18 +1,15 @@ - +< - - - + + HerCode - - - -
- + + +
- + From 9ceab0988e25a2b0a7911726dad588fbe9c67ea8 Mon Sep 17 00:00:00 2001 From: Diana Julieth Matamoros Vargas <134237911+DianaJ-Dev@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:19:48 -0500 Subject: [PATCH 11/11] Update index.html --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 7655f894..9a881797 100644 --- a/src/index.html +++ b/src/index.html @@ -1,4 +1,4 @@ -< +