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 64163e6 commit 1db10e5Copy full SHA for 1db10e5
.github/workflows/deploy.yml
@@ -40,6 +40,9 @@ jobs:
40
- name: Build web
41
run: flutter build web --release --base-href /shaders_gallery/
42
43
+ - name: Create empty shaders/index.html
44
+ run: echo "<!DOCTYPE html><html><head></head><body></body></html>" > build/web/shaders/index.html
45
+
46
- name: Setup Pages
47
uses: actions/configure-pages@v5
48
0 commit comments