Skip to content

Commit c2fa86a

Browse files
committed
updated sitemap automation
1 parent cae16a4 commit c2fa86a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20+
- name: Generate sitemap
21+
run: python3 scripts/generate-sitemap.py
22+
2023
- name: Configure AWS credentials
2124
uses: aws-actions/configure-aws-credentials@v4
2225
with:

scripts/generate-sitemap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
EXCLUDED_DIRS = {
1212
"assets",
13+
"favicon",
1314
"scripts",
1415
".git",
1516
".github",

0 commit comments

Comments
 (0)