From bc66375d4501ef68465a6a68659c019b120a270b Mon Sep 17 00:00:00 2001 From: frankpereira1-web Date: Sat, 21 Mar 2026 10:53:42 -0700 Subject: [PATCH] Update publish-immutable-actions.yml --- .../workflows/publish-immutable-actions.yml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/workflows/publish-immutable-actions.yml b/.github/workflows/publish-immutable-actions.yml index 60ee1c7..ccb0339 100644 --- a/.github/workflows/publish-immutable-actions.yml +++ b/.github/workflows/publish-immutable-actions.yml @@ -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/