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 dde6b8c commit e4ead5dCopy full SHA for e4ead5d
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
- uses: cachix/install-nix-action@v22
14
- - run: nix build
+ - run: nix build -o _build
15
- name: Deploy 🚀
16
uses: JamesIves/[email protected]
17
with:
0 commit comments