We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae16a4 commit c2fa86aCopy full SHA for c2fa86a
2 files changed
.github/workflows/deploy.yml
@@ -17,6 +17,9 @@ jobs:
17
- name: Checkout repository
18
uses: actions/checkout@v4
19
20
+ - name: Generate sitemap
21
+ run: python3 scripts/generate-sitemap.py
22
+
23
- name: Configure AWS credentials
24
uses: aws-actions/configure-aws-credentials@v4
25
with:
scripts/generate-sitemap.py
@@ -10,6 +10,7 @@
10
11
EXCLUDED_DIRS = {
12
"assets",
13
+ "favicon",
14
"scripts",
15
".git",
16
".github",
0 commit comments