We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78c726 commit 55ab965Copy full SHA for 55ab965
1 file changed
.github/workflows/main.yml
@@ -1,2 +1,16 @@
1
-- name: generate-sitemap
2
- uses: cicirello/generate-sitemap@v1.10.4
+name: Generate Sitemap
+on:
3
+ push:
4
+ branches: [main]
5
+jobs:
6
+ sitemap_job:
7
+ runs-on: ubuntu-latest
8
+ name: Generate a sitemap
9
+ steps:
10
+ - uses: actions/checkout@v3
11
+ with:
12
+ fetch-depth: 0
13
+ - name: Generate the sitemap
14
+ uses: cicirello/generate-sitemap@v1
15
16
+ base-url-path: https://github.io
0 commit comments