Skip to content

Commit

Permalink
improve foother and add log to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloChecked committed Sep 30, 2024
1 parent df1bf53 commit 0e6ec2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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 @@ -27,6 +27,6 @@ jobs:
- name: blog build
run: cd blog && deno run --allow-all main.ts build
- name: sync bucket and refresh cache
run: .scripts/sync.sh && .scrips/invalidate-cloudfront.sh
run: ls blog && ./scripts/sync.sh && ./scripts/invalidate-cloudfront.sh


2 changes: 2 additions & 0 deletions blog/components/Footer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export function Footer(props: { currentPageMenu?: string; menus: MenuInfo[] }) {
properties: {
justifyContent: "space-around",
margin: "50px 0 50px 0",
flexWrap: "wrap",
gap: "20px"
},
from: rowClass,
});
Expand Down

0 comments on commit 0e6ec2a

Please sign in to comment.