Skip to content

Commit 032b3bb

Browse files
committed
Cleanup redundant comments
1 parent 05ede92 commit 032b3bb

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
github_token: ${{ secrets.PAGES_TOKEN }}
6161
publish_dir: .
6262
keep_files: true
63-
publish_branch: gh-pages # Configure the Pages branch here
63+
publish_branch: gh-pages
6464

6565
- name: Comment Coverage Map Link
6666
if: github.event_name == 'pull_request'

.github/workflows/pages.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
# Simple workflow for deploying static content to GitHub Pages
21
name: Deploy static content to Pages
32

43
on:
5-
# Runs on pushes targeting the default branch
64
push:
75
branches: ["gh-pages"]
86

9-
# Allows you to run this workflow manually from the Actions tab
107
workflow_dispatch:
118

12-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
139
permissions:
1410
contents: read
1511
pages: write
1612
id-token: write
1713

18-
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
19-
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2014
concurrency:
2115
group: "pages"
2216
cancel-in-progress: false
2317

2418
jobs:
25-
# Single deploy job since we're just deploying
2619
deploy:
2720
environment:
2821
name: github-pages
@@ -36,7 +29,6 @@ jobs:
3629
- name: Upload artifact
3730
uses: actions/upload-pages-artifact@v3
3831
with:
39-
# Upload entire repository
4032
path: '.'
4133
- name: Deploy to GitHub Pages
4234
id: deployment

0 commit comments

Comments
 (0)