We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdb12a commit 6238c99Copy full SHA for 6238c99
.github/workflows/build-ui.yml
@@ -31,13 +31,16 @@ jobs:
31
- name: Build fr UI
32
run: gulp bundle -f ./fr/gulpfile.js
33
# download UIs
34
+ - name: nojekill
35
+ run: touch ./.nojekyll
36
- name: Upload Artifact
37
uses: actions/upload-artifact@v4
38
with:
39
name: github-pages
40
path: |
41
??/build/*.zip
42
index.html
43
+ .nojekyll
44
- name: Deploy to GitHub Pages
45
id: deployment
46
uses: actions/deploy-pages@v4
0 commit comments