Skip to content

Commit 5e7b3a6

Browse files
committed
Simplify build steps in GHA
1 parent a8caebb commit 5e7b3a6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,13 @@ jobs:
2222
uses: DeterminateSystems/magic-nix-cache-action@v2
2323

2424
# =====================================================
25-
# Install dependencies
25+
# Build
2626
# =====================================================
2727
- name: Check out submodules
2828
run: |
2929
nix develop -c \
3030
make submodules
3131
32-
- name: Install build dependencies
33-
run: |
34-
nix develop -c \
35-
make deps
36-
37-
# =====================================================
38-
# Build
39-
# =====================================================
4032
- name: Build site
4133
run: |
4234
nix develop -c \

0 commit comments

Comments
 (0)