Skip to content

Commit 1db10e5

Browse files
committed
feat: create empty shaders/index.html for GitHub Pages deployment
1 parent 64163e6 commit 1db10e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: Build web
4141
run: flutter build web --release --base-href /shaders_gallery/
4242

43+
- name: Create empty shaders/index.html
44+
run: echo "<!DOCTYPE html><html><head></head><body></body></html>" > build/web/shaders/index.html
45+
4346
- name: Setup Pages
4447
uses: actions/configure-pages@v5
4548

0 commit comments

Comments
 (0)