diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b7551ac..c23845b 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -39,8 +39,9 @@ jobs: needs: build runs-on: ubuntu-latest permissions: - pages: write + contents: read id-token: write + pages: write environment: name: github-pages steps: @@ -53,5 +54,7 @@ jobs: - name: Deploy para GitHub Pages id: deployment uses: actions/deploy-pages@v4 - with: - debug: true + env: + DEBUG_HTTP: true + #with: + #debug: true 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 +?>