Skip to content

Commit eb4ecb1

Browse files
committed
Update GitHub Pages action
1 parent 67af710 commit eb4ecb1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/continuous_deployment.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ on:
33
push:
44
branches: [main]
55

6+
concurrency:
7+
group: "pages"
8+
cancel-in-progress: false
9+
610
jobs:
7-
release:
11+
deploy:
12+
environment:
13+
name: github-pages
14+
url: ${{ steps.deployment.outputs.page_url }}
815
runs-on: ubuntu-latest
916
steps:
1017
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)