We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3269a96 commit fd9727aCopy full SHA for fd9727a
.github/workflows/pages.yml
@@ -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
+# Build and deploy a Jekyll site to GitHub Pages
+name: Deploy docs to GitHub Pages
3
4
on:
5
# Runs on pushes targeting the default branch
@@ -15,7 +15,7 @@ permissions:
15
pages: write
16
id-token: write
17
18
-# Allow one concurrent deployment
+# Allow only one concurrent deployment
19
concurrency:
20
group: "pages"
21
cancel-in-progress: false
0 commit comments