Skip to content

Commit 55ab965

Browse files
Update main.yml
1 parent f78c726 commit 55ab965

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
1-
- name: generate-sitemap
2-
uses: cicirello/generate-sitemap@v1.10.4
1+
name: Generate Sitemap
2+
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+
with:
16+
base-url-path: https://github.io

0 commit comments

Comments
 (0)