Skip to content

Commit 9862fdd

Browse files
authored
Update github-pages.yml
1 parent a90528e commit 9862fdd

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/github-pages.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,18 @@ on:
66
# Allows you to run this workflow manually from the Actions tab
77
workflow_dispatch:
88

9-
permissions:
10-
contents: read
11-
129
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1310
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1411
concurrency:
1512
group: "pages"
1613
cancel-in-progress: false
1714

1815
jobs:
19-
# Single deploy job since we're just deploying
2016
build:
17+
permissions:
18+
contents: read
2119
environment:
2220
name: github-pages
23-
url: ${{ steps.deployment.outputs.page_url }}
2421
runs-on: ubuntu-latest
2522
steps:
2623
- name: Checkout
@@ -64,4 +61,4 @@ jobs:
6461
steps:
6562
- name: Deploy to GitHub Pages
6663
id: deployment
67-
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
64+
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)