There was an error while loading. Please reload this page.
1 parent 4bbedaf commit d79c22bCopy full SHA for d79c22b
2 files changed
.github/workflows/build.yaml
.github/workflows/docs.yaml
@@ -1,5 +1,5 @@
1
# by https://github.com/danth/stylix/blob/master/.github/workflows/docs.yml
2
-name: Docs
+name: Docs and Build
3
4
on:
5
push:
@@ -22,6 +22,15 @@ jobs:
22
github-token: ${{ secrets.GITHUB_TOKEN }}
23
extra-conf: |
24
extra-experimental-features = nix-command flakes
25
+ - name: action
26
+ uses: cachix/install-nix-action@v25
27
+ with:
28
+ nix_path: nixpkgs=channel:nixos-unstable
29
+ - name: cache
30
+ uses: cachix/cachix-action@v16
31
32
+ name: oxirun
33
+ authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
34
35
- name: Set up cache
36
uses: DeterminateSystems/magic-nix-cache-action@main
@@ -37,6 +46,9 @@ jobs:
37
46
with:
38
47
path: public/
39
48
49
+ - name: Build DashVim
50
+ run: nix -L build github:${{ github.repository }}/${{ github.sha }}
51
+
40
52
deploy:
41
53
name: Deploy
42
54
0 commit comments