From 7995df0bd221ae53a20b5096c2c15ac5bff21f1e Mon Sep 17 00:00:00 2001 From: "Camila L. Oliveira" Date: Mon, 24 Mar 2025 17:44:19 -0300 Subject: [PATCH 1/7] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..a766c02 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +dev.apprendendo.blog \ No newline at end of file From 7b5209487ec445824bbf28478f7605125273ce1b Mon Sep 17 00:00:00 2001 From: "Camila L. Oliveira" Date: Mon, 24 Mar 2025 17:56:04 -0300 Subject: [PATCH 2/7] Update php.yml --- .github/workflows/php.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b7551ac..1d0b6cf 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -41,6 +41,7 @@ jobs: permissions: pages: write id-token: write + contents: read environment: name: github-pages steps: From c1769055a5e38aefc3a09b447089d7adb219a2e5 Mon Sep 17 00:00:00 2001 From: "Camila L. Oliveira" Date: Mon, 24 Mar 2025 18:04:24 -0300 Subject: [PATCH 3/7] Update php.yml --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 1d0b6cf..94f1f93 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -55,4 +55,4 @@ jobs: id: deployment uses: actions/deploy-pages@v4 with: - debug: true + #debug: true From c28c9c9f19328cbdf80fd249874e51391c657809 Mon Sep 17 00:00:00 2001 From: "Camila L. Oliveira" Date: Mon, 24 Mar 2025 18:05:38 -0300 Subject: [PATCH 4/7] Update php.yml --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 94f1f93..d22427a 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -54,5 +54,5 @@ jobs: - name: Deploy para GitHub Pages id: deployment uses: actions/deploy-pages@v4 - with: + #with: #debug: true From 87957e99c4060ac37c17145fd68b9ec9cbeb0b16 Mon Sep 17 00:00:00 2001 From: "Camila L. Oliveira" Date: Mon, 24 Mar 2025 18:09:54 -0300 Subject: [PATCH 5/7] Update index.php --- scripts/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/index.php b/scripts/index.php index 2e6e91c..8406e0b 100644 --- a/scripts/index.php +++ b/scripts/index.php @@ -22,7 +22,9 @@ body { background-color: #010; font-family: 'Muli light', sans-serif; - background-image: url(https://cdn.pixabay.com/photo/2025/02/03/13/53/coffee-9379521_1280.png) + background-image: url(https://cdn.pixabay.com/photo/2025/02/03/13/53/coffee-9379521_1280.png); + background-repeat: no-repeat; + background-attachment: fixed; } h1, @@ -57,4 +59,4 @@ file_put_contents(__DIR__ . '/../public/index.html', $content); echo "Página compilada com sucesso!\n"; -?> \ No newline at end of file +?> From 09aa3d3d1ad0ff5792ed3562e34ee12e8a661a15 Mon Sep 17 00:00:00 2001 From: "Camila L. Oliveira" Date: Mon, 24 Mar 2025 18:17:01 -0300 Subject: [PATCH 6/7] Update php.yml --- .github/workflows/php.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index d22427a..c7dddb3 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -54,5 +54,7 @@ jobs: - name: Deploy para GitHub Pages id: deployment uses: actions/deploy-pages@v4 + env: + DEBUG_HTTP: true #with: #debug: true From 469a65b6a585703cb9c432a61ad056510c9ef59b Mon Sep 17 00:00:00 2001 From: "Camila L. Oliveira" Date: Mon, 24 Mar 2025 18:18:06 -0300 Subject: [PATCH 7/7] Update php.yml --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index c7dddb3..c23845b 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -39,9 +39,9 @@ jobs: needs: build runs-on: ubuntu-latest permissions: - pages: write - id-token: write contents: read + id-token: write + pages: write environment: name: github-pages steps: