Skip to content

Commit 5bd413e

Browse files
committed
fix: correct path for created index.html in deploy workflow
1 parent 1db10e5 commit 5bd413e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: flutter build web --release --base-href /shaders_gallery/
4242

4343
- name: Create empty shaders/index.html
44-
run: echo "<!DOCTYPE html><html><head></head><body></body></html>" > build/web/shaders/index.html
44+
run: echo "<!DOCTYPE html><html><head></head><body></body></html>" > build/web/shader/index.html
4545

4646
- name: Setup Pages
4747
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)