Skip to content

Commit 28ccfc5

Browse files
committed
remove sitemap github action
1 parent 7858e9b commit 28ccfc5

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4.1.1
1313

14-
- name: Generate the sitemap
15-
uses: cicirello/generate-sitemap@v1
16-
with:
17-
base-url-path: https://www.material-theme.com
18-
19-
- name: Output stats
20-
run: |
21-
echo "sitemap-path = ${{ steps.sitemap.outputs.sitemap-path }}"
22-
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
23-
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
24-
2514
- name: Deploy
2615
uses: peaceiris/actions-gh-pages@v3.9.3
2716
with:

.idea/material-theme-docs.iml

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)