Skip to content

Commit e7ef298

Browse files
authored
Merge pull request #86 from chaincodelabs/fixup-workflows
2 parents 378287b + cfecb65 commit e7ef298

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/build.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ on:
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
88
concurrency:
9-
group: github-pages
9+
group: github-pages-build
1010
cancel-in-progress: false
1111
jobs:
1212
build-jekyll:
1313
runs-on: ubuntu-latest
14-
environment:
15-
name: github-pages
16-
url: ${{ steps.deployment.outputs.page_url }}
1714
steps:
1815
- name: Checkout
1916
uses: actions/checkout@v4

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name: Publish to GitHub Pages
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [master]
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
88
concurrency:
9-
group: github-pages
9+
group: github-pages-publish
1010
cancel-in-progress: false
1111
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1212
permissions:

0 commit comments

Comments
 (0)