duckduckstudio/Sitemap Creator Stable
GitHub Action 🚀 for creating and updating sitemaps in your repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| location | 网站地图的存放位置 | no | ./sitemap.xml |
| token | 用于创建更新网站地图的拉取请求的 Token | no | ${{ github.token }} |
| timezone | 设置生成时使用的时区 | no | Asia/Shanghai |
| basic_link | 指向你网站的基础链�� | no | https://${{ github.event.repository.owner.login }}.github.io/${{ github.event.repository.name }} |
| file_type | 网页文件的类型 | no | html,md |
| ignore_file | 指定哪些文件不包含在网站地图中 | no | 啥都没有 |
| website_path | 你的网站内容的位置 | yes | ./ |
| base_branch | 仓库主分支 | no | main |
| debug | 控制调试输出的开关 | no | false |
| label | 创建拉取请求时添加的标签 | no | — |
| auto_merge | 设置启用自动合并的类型 (不指定则不启用自动合并,可以使用 merge、rebase、squash) | no | — |
| update | 指定更新网站地图的方式 (直接提交或拉取请求) | no | 拉取请求 |
| reviewer | 创建拉取请求时指定的审查者 | no | — |
| author_name | 更新提交的撰写者名 | no | github-actions[bot] |
| author_email | 更新提交的撰写者邮箱 | no | 41898282+github-actions[bot]@users.noreply.github.com |
Outputs
no outputs