Skip to content

Commit eb6324b

Browse files
committed
ci: update documentation.yml
1 parent cc963fb commit eb6324b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/documentation.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
build:
20-
19+
deploy:
20+
environment:
21+
name: github-pages
22+
url: ${{ steps.deployment.outputs.page_url }}
2123
runs-on: ubuntu-latest
2224
steps:
2325
- uses: actions/checkout@v4
24-
- uses: actions/configure-pages@v4
26+
- uses: actions/configure-pages@v5
2527
- uses: actions/setup-node@v4
2628
with:
2729
node-version: 18

0 commit comments

Comments
 (0)