mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-14 13:07:53 -06:00
deploy: 6f57d43ddc
This commit is contained in:
parent
7f6a8eae95
commit
8dd19ebab1
3 changed files with 8 additions and 8 deletions
4
init
4
init
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
TASKMK_VERSION=v23.1.1
|
||||
VERSION=${1:-$TASKMK_VERSION}
|
||||
LATEST_TASKMK_VERSION=v23.1.1
|
||||
VERSION=${TASKMK_VERSION:-$LATEST_TASKMK_VERSION}
|
||||
printf "Initializing Task.mk (%s) for repo\n" "$VERSION"
|
||||
if [ -f "./.task.mk" ]; then
|
||||
echo "Found local .task.mk."
|
||||
|
|
12
sitemap.xml
12
sitemap.xml
|
@ -2,32 +2,32 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://gh.dayl.in/task.mk/</loc>
|
||||
<lastmod>2023-01-20</lastmod>
|
||||
<lastmod>2023-01-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://gh.dayl.in/task.mk/usage/</loc>
|
||||
<lastmod>2023-01-20</lastmod>
|
||||
<lastmod>2023-01-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://gh.dayl.in/task.mk/examples/</loc>
|
||||
<lastmod>2023-01-20</lastmod>
|
||||
<lastmod>2023-01-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://gh.dayl.in/task.mk/examples/check/</loc>
|
||||
<lastmod>2023-01-20</lastmod>
|
||||
<lastmod>2023-01-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://gh.dayl.in/task.mk/examples/embedded/</loc>
|
||||
<lastmod>2023-01-20</lastmod>
|
||||
<lastmod>2023-01-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://gh.dayl.in/task.mk/examples/recipe-help/</loc>
|
||||
<lastmod>2023-01-20</lastmod>
|
||||
<lastmod>2023-01-22</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue