This commit is contained in:
nora 2025-07-27 17:57:14 +02:00
parent bcc0fe6e62
commit 8229fbb2ca

View file

@ -1,7 +1,21 @@
name: Build name: Build
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
branches: ["main"]
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: "pages"
cancel-in-progress: false
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -13,7 +27,6 @@ jobs:
- name: Run the build - name: Run the build
run: ./build.sh run: ./build.sh
- name: Upload static files as artifact - name: Upload static files as artifact
id: deployment
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
path: www-root path: www-root