Skip to content

Commit fd9727a

Browse files
committed
Update description in GitHub Actions
1 parent 3269a96 commit fd9727a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
1+
# Build and deploy a Jekyll site to GitHub Pages
2+
name: Deploy docs to GitHub Pages
33

44
on:
55
# Runs on pushes targeting the default branch
@@ -15,7 +15,7 @@ permissions:
1515
pages: write
1616
id-token: write
1717

18-
# Allow one concurrent deployment
18+
# Allow only one concurrent deployment
1919
concurrency:
2020
group: "pages"
2121
cancel-in-progress: false

0 commit comments

Comments
 (0)