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 1db10e5 commit 5bd413eCopy full SHA for 5bd413e
.github/workflows/deploy.yml
@@ -41,7 +41,7 @@ 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/shaders/index.html
+ run: echo "<!DOCTYPE html><html><head></head><body></body></html>" > build/web/shader/index.html
45
46
- name: Setup Pages
47
uses: actions/configure-pages@v5
0 commit comments