Merge pull request #2 from frankpereira1-web/frankpereira1-web-patch-2

This commit is contained in:
frankpereira1-web 2026-03-21 11:18:00 -07:00 committed by GitHub
commit 371a1263b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,29 @@
name: Deploy to GitHub Pages
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: pages
cancel-in-progress: false
jobs:
deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v5
- uses: actions/upload-pages-artifact@v3
with:
path: '.'
- id: deployment
uses: actions/deploy-pages@v4
name: 'Publish Immutable Action Version'upload-artifact/
├── index.html ← the whole dashboard, everything inside
└── .github/