Skip to content

Commit 8129ffc

Browse files
authored
Update deploy_pages.yml
1 parent 67d9104 commit 8129ffc

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/deploy_pages.yml

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

4-
# Controls when the action will run.
53
on:
6-
7-
# Trigger the deployment manually
84
workflow_dispatch:
9-
10-
# Trigger the deployment on push to the main branch
5+
116
push:
12-
13-
# Only the main branch
147
branches:
158
- "main"
16-
17-
# Only when the docs directory or mkdocs.yml file changes
189
paths:
1910
- "docs/**"
2011
- mkdocs.yml
2112

22-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
2313
permissions:
2414
contents: read
2515
pages: write
2616
id-token: write
2717

28-
# Allow one concurrent deployment
29-
concurrency:
30-
group: "pages"
31-
cancel-in-progress: true
32-
33-
# Define the jobs that run in the workflow
3418
jobs:
35-
36-
# The build job
3719
build:
3820
runs-on: ubuntu-latest
3921
steps:

0 commit comments

Comments
 (0)