mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-11-14 21:17: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
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
TASKMK_VERSION=v23.1.1
|
LATEST_TASKMK_VERSION=v23.1.1
|
||||||
VERSION=${1:-$TASKMK_VERSION}
|
VERSION=${TASKMK_VERSION:-$LATEST_TASKMK_VERSION}
|
||||||
printf "Initializing Task.mk (%s) for repo\n" "$VERSION"
|
printf "Initializing Task.mk (%s) for repo\n" "$VERSION"
|
||||||
if [ -f "./.task.mk" ]; then
|
if [ -f "./.task.mk" ]; then
|
||||||
echo "Found local .task.mk."
|
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">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://gh.dayl.in/task.mk/</loc>
|
<loc>https://gh.dayl.in/task.mk/</loc>
|
||||||
<lastmod>2023-01-20</lastmod>
|
<lastmod>2023-01-22</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://gh.dayl.in/task.mk/usage/</loc>
|
<loc>https://gh.dayl.in/task.mk/usage/</loc>
|
||||||
<lastmod>2023-01-20</lastmod>
|
<lastmod>2023-01-22</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://gh.dayl.in/task.mk/examples/</loc>
|
<loc>https://gh.dayl.in/task.mk/examples/</loc>
|
||||||
<lastmod>2023-01-20</lastmod>
|
<lastmod>2023-01-22</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://gh.dayl.in/task.mk/examples/check/</loc>
|
<loc>https://gh.dayl.in/task.mk/examples/check/</loc>
|
||||||
<lastmod>2023-01-20</lastmod>
|
<lastmod>2023-01-22</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://gh.dayl.in/task.mk/examples/embedded/</loc>
|
<loc>https://gh.dayl.in/task.mk/examples/embedded/</loc>
|
||||||
<lastmod>2023-01-20</lastmod>
|
<lastmod>2023-01-22</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://gh.dayl.in/task.mk/examples/recipe-help/</loc>
|
<loc>https://gh.dayl.in/task.mk/examples/recipe-help/</loc>
|
||||||
<lastmod>2023-01-20</lastmod>
|
<lastmod>2023-01-22</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue