Skip to content

Commit 0f6e659

Browse files
committed
fix: github action ignore files, remove ds store
1 parent 7b67ba4 commit 0f6e659

File tree

9 files changed

+7
-1
lines changed

9 files changed

+7
-1
lines changed

.DS_Store

-8 KB
Binary file not shown.

.github/.DS_Store

-6 KB
Binary file not shown.

.github/workflows/hugo.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ on:
88
push:
99
branches:
1010
- main
11+
paths-ignore:
12+
- "README.md"
13+
- "LICENSE"
14+
- ".gitignore"
15+
- ".gitmodules"
16+
- ".github/**"
17+
- ".vscode/**"
1118

1219
# Allows you to run this workflow manually from the Actions tab
1320
workflow_dispatch:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ public/
33
resources/
44
themes/
55
**/.hugo_build.lock
6-
.DS_Store

assets/.DS_Store

-6 KB
Binary file not shown.

content/.DS_Store

-6 KB
Binary file not shown.

layouts/.DS_Store

-6 KB
Binary file not shown.

layouts/partials/.DS_Store

-6 KB
Binary file not shown.

themes/kayal/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)