Skip to content

Commit

Permalink
adds static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero authored Mar 11, 2024
0 parents commit 98076a3
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: static
on:
# Runs on pushes to "main"
push:
branches:
- main
# Allows manual dispatch
workflow_dispatch:

# 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:
group: "static"
cancel-in-progress: false

jobs:
static:
uses: from-static/actions/.github/workflows/static.yml@main

0 comments on commit 98076a3

Please sign in to comment.