Skip to content

Commit bf60e45

Browse files
committed
chore: remove environment from build job
1 parent 07ade2f commit bf60e45

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.changeset/eight-lions-own.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openscript-ch-website": patch
3+
---
4+
5+
Remove environment from build job

.github/workflows/deploy.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,12 @@ env:
2121

2222
jobs:
2323
build:
24-
environment:
25-
name: github-pages
26-
url: ${{ steps.deployment.outputs.page_url }}
2724
runs-on: ubuntu-latest
2825
steps:
2926
- name: Checkout
3027
uses: actions/checkout@v6
3128
with:
32-
ref: ${{ inputs.ref }}
29+
ref: master
3330
# Fetch all history for tags
3431
# https://github.com/actions/checkout/issues/1471#issuecomment-1755639487
3532
filter: tree:0

0 commit comments

Comments
 (0)