We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9c8d0 commit b40f7bfCopy full SHA for b40f7bf
1 file changed
.github/workflows/build.yml
@@ -205,9 +205,6 @@ jobs:
205
friendly-version: ${{ needs.versioning.outputs.friendly-version }}
206
is-release: ${{ needs.global-variables.outputs.is-release }}
207
is-preview: ${{ needs.global-variables.outputs.is-preview }}
208
- environment:
209
- name: github-pages
210
- url: ${{ steps.deployment.outputs.page_url }}
211
runs-on: ubuntu-latest
212
steps:
213
- name: 'Checkout ${{ github.head_ref || github.ref }}'
0 commit comments