generate-sitemap action

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Chips-n-Salsa

    A Java library of Customizable, Hybridizable, Iterative, Parallel, Stochastic, and Self-Adaptive Local Search Algorithms

  • The documentation for the Chips-n-Salsa library is maintained in the docs directory of its repository. This workflow gives an example of the inputs associated with a case like this where the website is not at the root of the repo:

  • JavaPermutationTools

    A Java library for computation on permutations and sequences

  • Java Permutation Tools

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cicirello.github.io

  • I'm also using it for my personal website, which was my original intention, and utilizes this workflow:

  • generate-sitemap

    Generate an XML sitemap for a GitHub Pages site using GitHub Actions

  • Here is a basic example workflow template that combines my generate-sitemap action with other actions. When content is pushed to the repository, generate-sitemap walks the directory structure, using last commit dates to determine when each page was last modified, skipping any html files that have noindex directives, and outputting an xml sitemap. Another action is then used to generate a pull request if the sitemap changed.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Deploy a Documentation Website for a Java Library Using GitHub Actions

    3 projects | dev.to | 30 Nov 2022
  • Deploying Java Artifacts to Multiple Maven Repositories with GitHub Actions

    3 projects | dev.to | 2 Nov 2022
  • How to Patch the Deprecated set-output in GitHub Workflows and in Container Actions

    5 projects | dev.to | 26 Oct 2022
  • How to Use Maven Profiles to Selectively Activate Plugins and Other Configuration from the Command Line

    4 projects | dev.to | 19 Oct 2022
  • How to Use the Maven Shade Plugin if Your Project Uses Java Platform Module System

    2 projects | dev.to | 5 Oct 2022