Skip to content

Commit 02072a2

Browse files
committed
Add separate step for initial dev environment build
1 parent 5e7b3a6 commit 02072a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
# =====================================================
2525
# Build
2626
# =====================================================
27+
- name: Build dev environment
28+
# Running `nix develop` the first time will cause it to download/build all
29+
# the needed Nix packages.
30+
run: |
31+
nix develop -c echo "Finished setting up 'nix develop' environment"
32+
2733
- name: Check out submodules
2834
run: |
2935
nix develop -c \

0 commit comments

Comments
 (0)