Jonathan Wright
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.github/workflows/publish.yml
|
|
@ -28,6 +28,9 @@ jobs: |
|
|
|
- name: Build |
|
|
|
run: hugo --minify |
|
|
|
|
|
|
|
# this is needed to trick CF into deploying to production |
|
|
|
# can probably be removed where there is a solution to |
|
|
|
# https://github.com/cloudflare/pages-action/issues/63 |
|
|
|
- name: remove git dir |
|
|
|
run: rm -rf .git |
|
|
|
|
|
|
|