This commit is contained in:
Timothy J. Baek 2024-11-04 20:30:20 -08:00
parent b99663be00
commit 68b2a90a77

View File

@ -1,7 +1,7 @@
---
name: Deploy site to Pages
name: Deploy site to Pages
on:
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
@ -9,19 +9,19 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
jobs:
# Build job
build:
runs-on: ubuntu-latest