We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a6bf8 commit fcab9f8Copy full SHA for fcab9f8
.github/workflows/doc-deploy.yml
@@ -5,7 +5,8 @@ on:
5
branches:
6
- master
7
paths:
8
- - docs/**
+ - docs/** # Any change in documentation
9
+ - .github/workflows/doc-deploy.yml # Any change in this workflow
10
11
# Set required permissions for GitHub Pages deployment
12
permissions:
@@ -65,8 +66,6 @@ jobs:
65
66
67
environment:
68
name: github-pages
- # This will be automatically filled with the deployed pages URL
69
- url: ${{ steps.deployment.outputs.page_url }}
70
71
steps:
72
# Deploy the uploaded artifact to GitHub Pages
0 commit comments