Skip to content

Commit f3600a0

Browse files
authored
fix(ops): correct uploaded artifact path?
1 parent 3e97ecb commit f3600a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
- name: Upload pages artifact
177177
uses: actions/upload-pages-artifact@v3
178178
with:
179-
path: dist
179+
path: dist/fl
180180

181181
- name: Deploy to GitHub Pages
182182
id: deployment

0 commit comments

Comments
 (0)