We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a094cf3 commit 568fabcCopy full SHA for 568fabc
.github/workflows/main.yml
@@ -51,6 +51,5 @@ jobs:
51
- name: Build dependencies
52
run: stack build --system-ghc --only-dependencies
53
54
- # Runs a set of commands using the runners shell
55
- - name: Deploy
56
- run: ./.github/workflows/deploy.sh
+ - name: Build and deploy
+ run: ./.github/workflows/build-and-deploy.sh
0 commit comments