Skip to content

Commit fcab9f8

Browse files
committed
[github] deploy script typo
1 parent c5a6bf8 commit fcab9f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/doc-deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- master
77
paths:
8-
- docs/**
8+
- docs/** # Any change in documentation
9+
- .github/workflows/doc-deploy.yml # Any change in this workflow
910

1011
# Set required permissions for GitHub Pages deployment
1112
permissions:
@@ -65,8 +66,6 @@ jobs:
6566

6667
environment:
6768
name: github-pages
68-
# This will be automatically filled with the deployed pages URL
69-
url: ${{ steps.deployment.outputs.page_url }}
7069

7170
steps:
7271
# Deploy the uploaded artifact to GitHub Pages

0 commit comments

Comments
 (0)