Skip to content

Commit 5a0dcc4

Browse files
committed
Test
1 parent f11f9d9 commit 5a0dcc4

File tree

3 files changed

+4
-83
lines changed

3 files changed

+4
-83
lines changed

.github/workflows/hugo.yaml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["master"]
88

99
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1010
permissions:

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@
3131
"tailwindcss": "^3.4.15"
3232
},
3333
"postcss": {
34-
"parser": "sugarss",
35-
"map": false,
3634
"plugins": {
37-
"postcss-plugin": {}
35+
"tailwindcss": {},
36+
"autoprefixer": {}
3837
}
3938
}
40-
}
39+
}

0 commit comments

Comments
 (0)