Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentIsai committed Dec 11, 2024
1 parent f11f9d9 commit 5a0dcc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 83 deletions.
78 changes: 0 additions & 78 deletions .github/workflows/hugo.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Hugo site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["master"]

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@
"tailwindcss": "^3.4.15"
},
"postcss": {
"parser": "sugarss",
"map": false,
"plugins": {
"postcss-plugin": {}
"tailwindcss": {},
"autoprefixer": {}
}
}
}
}

0 comments on commit 5a0dcc4

Please sign in to comment.