mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
Delete sitemap txt.yml
This commit is contained in:
parent
7c0f747f1f
commit
7d9bece5e6
45
.github/workflows/sitemap txt.yml
vendored
45
.github/workflows/sitemap txt.yml
vendored
@ -1,45 +0,0 @@
|
||||
name: Generate txt sitemap
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
|
||||
jobs:
|
||||
sitemap_job:
|
||||
runs-on: ubuntu-latest
|
||||
name: Generate a sitemap
|
||||
|
||||
steps:
|
||||
- name: Checkout the repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Generate the sitemap
|
||||
id: sitemap
|
||||
uses: cicirello/generate-sitemap@v1
|
||||
with:
|
||||
base-url-path: https://boof.eu.org/
|
||||
path-to-root: .
|
||||
sitemap-format: txt
|
||||
additional-extensions: doc docx ppt pptx txt md exe lua py zip rar mp3 png wav jpg jpeg bin css js json php svg gif ogg swf ico otf ttf scss xml sh
|
||||
|
||||
- name: Output stats
|
||||
run: |
|
||||
echo "sitemap-path = ${{ steps.sitemap.outputs.sitemap-path }}"
|
||||
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
|
||||
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v4.2.3
|
||||
with:
|
||||
title: "Automated sitemap update"
|
||||
body: >
|
||||
Automated changes. Sitemap updated by
|
||||
the [generate-sitemap](https://github.com/cicirello/generate-sitemap)
|
||||
GitHub action.
|
||||
commit-message: "Automated sitemap update."
|
||||
author: Vincent A. Cicirello <cicirello@users.noreply.github.com>
|
||||
committer: Vincent A. Cicirello <cicirello@users.noreply.github.com>
|
||||
branch: games/main
|
||||
delete-branch: true
|
||||
Loading…
x
Reference in New Issue
Block a user