Skip to content

Commit e88c86e

Browse files
committed
needs jobs
1 parent 1f95680 commit e88c86e

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/deploy.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,14 @@ on:
1212
workflow_dispatch:
1313

1414
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
15-
permissions:
16-
contents: read
17-
pages: write
18-
id-token: write
19-
20-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
21-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
22-
concurrency:
23-
group: pages
24-
cancel-in-progress: false
25-
26-
15+
jobs:
16+
build:
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0 # Not needed if lastUpdated is not enabled
2723
# Deployment job
2824
deploy:
2925
needs: build

0 commit comments

Comments
 (0)