Skip to content

Commit

Permalink
action failed (#79)
Browse files Browse the repository at this point in the history
* enable posthog

* Secure Pi Post

* Apply Auto-Translations

* fix language/spaces

* this is bs

* fix action
  • Loading branch information
davidgs authored Oct 22, 2024
1 parent 38b78f3 commit 1ddbf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# # file_pattern: index.*.md
# repository: ./DavidgsWeb
- name: Build
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; hugo --minify
- name: rsync deployments
uses: burnett01/[email protected]
with:
Expand Down

0 comments on commit 1ddbf9e

Please sign in to comment.