Skip to content

Commit 41ab423

Browse files
actions
add environment for pages
1 parent cffc0f4 commit 41ab423

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-ui.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ permissions:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
environment:
18+
name: github-pages
19+
url: ${{ steps.deployment.outputs.page_url }}
1720
steps:
1821
- name: Checkout repository
1922
uses: actions/checkout@v4
@@ -28,7 +31,7 @@ jobs:
2831
- name: Build fr UI
2932
run: gulp bundle -f ./fr/gulpfile.js
3033
# download UIs
31-
- name: 'Upload Artifact'
34+
- name: Upload Artifact
3235
uses: actions/upload-artifact@v4
3336
with:
3437
name: ui-bundles

0 commit comments

Comments
 (0)