Skip to content

Commit 6238c99

Browse files
action
debug - add nojekill file creation
1 parent acdb12a commit 6238c99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-ui.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,16 @@ jobs:
3131
- name: Build fr UI
3232
run: gulp bundle -f ./fr/gulpfile.js
3333
# download UIs
34+
- name: nojekill
35+
run: touch ./.nojekyll
3436
- name: Upload Artifact
3537
uses: actions/upload-artifact@v4
3638
with:
3739
name: github-pages
3840
path: |
3941
??/build/*.zip
4042
index.html
43+
.nojekyll
4144
- name: Deploy to GitHub Pages
4245
id: deployment
4346
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)