We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ade2f commit bf60e45Copy full SHA for bf60e45
.changeset/eight-lions-own.md
@@ -0,0 +1,5 @@
1
+---
2
+"openscript-ch-website": patch
3
4
+
5
+Remove environment from build job
.github/workflows/deploy.yaml
@@ -21,15 +21,12 @@ env:
21
22
jobs:
23
build:
24
- environment:
25
- name: github-pages
26
- url: ${{ steps.deployment.outputs.page_url }}
27
runs-on: ubuntu-latest
28
steps:
29
- name: Checkout
30
uses: actions/checkout@v6
31
with:
32
- ref: ${{ inputs.ref }}
+ ref: master
33
# Fetch all history for tags
34
# https://github.com/actions/checkout/issues/1471#issuecomment-1755639487
35
filter: tree:0
0 commit comments