We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63e0c56 commit 67e246fCopy full SHA for 67e246f
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
# # file_pattern: index.*.md
53
# repository: ./DavidgsWeb
54
- name: Build
55
- run: cd DavidgsWeb; hugo mod get; hugo mod npm pack; npm install; hugo --minify
+ run: cd DavidgsWeb; hugo mod get; hugo mod npm pack; npm install; rm -f public/sitemap.xml; hugo --minify
56
- name: rsync deployments
57
uses: burnett01/rsync-deployments@7.0.1
58
with:
0 commit comments