Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
add configuration step
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Oct 20, 2023
1 parent c75450e commit 3b3bbc3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ckg-site_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:
branches:
- main

workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: true

jobs:
build:
Expand All @@ -21,6 +23,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Pages
uses: actions/configure-pages@v3

- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 3b3bbc3

Please sign in to comment.