Skip to content

Commit a7d7ffd

Browse files
committed
Actions: Set environment to github-pages
1 parent 5da05c7 commit a7d7ffd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ permissions:
1515

1616
jobs:
1717
build:
18+
environment:
19+
name: github-pages
20+
url: ${{ steps.deployment.outputs.page_url }}
1821
runs-on: ubuntu-latest
1922
steps:
2023
- uses: actions/checkout@v4
24+
with:
25+
fetch-depth: 0
2126
- uses: actions/setup-python@v5
2227
with:
2328
python-version: "3.11"

0 commit comments

Comments
 (0)