Browse Source

Update publish.yml

pull/128/head
Jonathan Wright 2 years ago
committed by GitHub
parent
commit
694f7f914e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/publish.yml

3
.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

Loading…
Cancel
Save