Skip to content

Commit 568fabc

Browse files
committed
haskellfoundation#23 Make a site deployment per branch
1 parent a094cf3 commit 568fabc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,5 @@ jobs:
5151
- name: Build dependencies
5252
run: stack build --system-ghc --only-dependencies
5353

54-
# Runs a set of commands using the runners shell
55-
- name: Deploy
56-
run: ./.github/workflows/deploy.sh
54+
- name: Build and deploy
55+
run: ./.github/workflows/build-and-deploy.sh

0 commit comments

Comments
 (0)