Skip to content

Commit

Permalink
Add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulvdberge committed Dec 24, 2023
1 parent 4423411 commit 848a07e
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
- cron: "0 0,12 * * *"
env:
refinedSitesVersion: 0.1.2
refinedSitesVersion: 0.2.1
jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .parcelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "@parcel/config-default",
"transformers": {
"*.json": ["@parcel/transformer-raw"]
"*.json": ["@parcel/transformer-raw"],
"*.xml": ["@parcel/transformer-raw"],
"robots.txt": ["@parcel/transformer-raw"]
}
}
2 changes: 1 addition & 1 deletion build-local.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
refinedSitesVersion="0.1.2"
refinedSitesVersion="0.2.1"

if [ ! -f "refinedsites-$refinedSitesVersion-all.jar" ]; then
echo "downloading Refined Sites $refinedSitesVersion"
Expand Down
30 changes: 30 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build 'output/**/**.html' 'output/**/**.json'"
"build": "parcel build 'output/**/**.html' 'output/**/**.json' 'output/**/**.xml' 'output/robots.txt'"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@parcel/packager-xml": "^2.10.3",
"@parcel/transformer-sass": "^2.10.3",
"parcel": "^2.10.3"
},
Expand Down
2 changes: 1 addition & 1 deletion playbook.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"github": {
"organization": "refinedmods",
"repository": "refinedstorage",
"minimumVersion": "1.12.0",
"minimumVersion": "1.12.5",
"snapshotBranch": "develop"
}
},
Expand Down

0 comments on commit 848a07e

Please sign in to comment.