We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f99db commit d21e6cdCopy full SHA for d21e6cd
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: cachix/install-nix-action@v23
16
17
- name: Build app
18
- run: nix build .#flux-web
+ run: nix build .#web
19
20
- name: Deploy to GitHub Pages
21
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments