Skip to content

Commit 7e22194

Browse files
author
Parsa Azari
committed
Fix GitHub Pages deployment: Add required environment configuration
1 parent 2eaf1bb commit 7e22194

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
build-and-deploy:
1111
runs-on: ubuntu-latest
1212

13+
environment:
14+
name: github-pages
15+
url: ${{ steps.deployment.outputs.page_url }}
16+
1317
permissions:
1418
contents: read
1519
pages: write

0 commit comments

Comments
 (0)