ci: hardcode deployment URL to https://awesome-python.com

The deploy-pages action outputs http:// despite HTTPS being enforced.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-03-18 14:03:50 +08:00
parent a732751923
commit c5caa5a5e1
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
url: https://awesome-python.com/
steps:
- name: Deploy to GitHub Pages
id: deployment