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 d6f7773 commit 9716d94Copy full SHA for 9716d94
.github/workflows/deploy.yml
@@ -41,7 +41,9 @@ jobs:
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/shader/index.html
+ run: |
45
+ mkdir -p build/web/shader
46
+ echo "<!DOCTYPE html><html><head></head><body></body></html>" > build/web/shader/index.html
47
48
- name: Setup Pages
49
uses: actions/configure-pages@v5
0 commit comments