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 cffc0f4 commit 41ab423Copy full SHA for 41ab423
.github/workflows/build-ui.yml
@@ -14,6 +14,9 @@ permissions:
14
jobs:
15
build:
16
runs-on: ubuntu-latest
17
+ environment:
18
+ name: github-pages
19
+ url: ${{ steps.deployment.outputs.page_url }}
20
steps:
21
- name: Checkout repository
22
uses: actions/checkout@v4
@@ -28,7 +31,7 @@ jobs:
28
31
- name: Build fr UI
29
32
run: gulp bundle -f ./fr/gulpfile.js
30
33
# download UIs
- - name: 'Upload Artifact'
34
+ - name: Upload Artifact
35
uses: actions/upload-artifact@v4
36
with:
37
name: ui-bundles
0 commit comments