Skip to content

Commit d21e6cd

Browse files
committed
ci: fix web build
1 parent 02f99db commit d21e6cd

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
@@ -15,7 +15,7 @@ jobs:
1515
uses: cachix/install-nix-action@v23
1616

1717
- name: Build app
18-
run: nix build .#flux-web
18+
run: nix build .#web
1919

2020
- name: Deploy to GitHub Pages
2121
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)