Skip to content

Commit 857af12

Browse files
authored
Remove environment settings from release workflow
Removed environment configuration for GitHub Pages deployment. Signed-off-by: Eric Deandrea <[email protected]>
1 parent bdeec39 commit 857af12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
runs-on: ubuntu-latest
3232
# Verifies that the PR was merged into main, that the PR only runs in the docling-java repo (not a fork), and that the PR branch is NOT from a fork.
3333
if: (github.event.pull_request.merged == true) && (github.repository == 'docling-project/docling-java') && (github.event.pull_request.head.repo.full_name == 'docling-project/docling-java')
34-
environment:
35-
name: github-pages
36-
url: ${{ steps.deployment.outputs.page_url }}
3734
steps:
3835
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
3936
id: app-token

0 commit comments

Comments
 (0)