We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e9968 commit 7eb91a8Copy full SHA for 7eb91a8
.github/workflows/main.yml
@@ -52,13 +52,15 @@ jobs:
52
- name: Build site executable
53
run: stack build --system-ghc
54
55
+ - name: Build site
56
+ run: stack exec --system-ghc site rebuild
57
+
58
- name: Deploy
59
# No deploy from pull requests
60
if: ${{ github.event_name != 'pull_request' }}
61
run: |
62
git config user.name github-actions
63
git config user.email [email protected]
- stack exec --system-ghc site rebuild
64
git checkout main
65
git pull --rebase
66
# Overwrite existing files with new files
0 commit comments