Skip to content

Commit d19b58e

Browse files
committed
style: remove comments and update title for gh-action
1 parent 9fde251 commit d19b58e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/jekyll-gh-pages.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
1+
name: Reports on GitHub Pages
32

43
on:
5-
# Runs on pushes targeting the default branch
64
push:
75
branches: ["main"]
86
paths:
9-
- 'docs/**'
7+
- "docs/**"
108

11-
# Allows you to run this workflow manually from the Actions tab
129
workflow_dispatch:
1310

1411
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -24,7 +21,6 @@ concurrency:
2421
cancel-in-progress: false
2522

2623
jobs:
27-
# Build job
2824
build:
2925
runs-on: ubuntu-latest
3026
steps:
@@ -42,7 +38,6 @@ jobs:
4238
- name: Upload artifact
4339
uses: actions/upload-pages-artifact@v3
4440

45-
# Deployment job
4641
deploy:
4742
environment:
4843
name: github-pages

0 commit comments

Comments
 (0)