Skip to content

Commit

Permalink
Add URL prefix to build
Browse files Browse the repository at this point in the history
  • Loading branch information
tskarhed committed May 13, 2023
1 parent 91e1fec commit 1f028e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Generate .md files for eleventy
run: npm run build:pre-11ty
- name: Build eleventy
run: npm run build:11ty --pathPrefix=scores-ly
run: npm run build:11ty
- name: Build artifact archive
run: |
chmod -c -R +rX "$INPUT_PATH" | while read line; do
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/convert-lilypond.yml

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "npm run build:songs && npm run build:pre-11ty && npm run build:11ty",
"build:songs": "./build-lilypond.sh",
"build:pre-11ty": "node generate_11ty_data.js",
"build:11ty": "npx @11ty/eleventy --input=songs --output=_site",
"build:11ty": "npx @11ty/eleventy --input=songs --output=_site --pathprefix=scores-ly",
"clean": "cd songs && find . -name '*.svg' -type f -delete && find . -name '*.midi' -type f -delete && find . -name '*.svg' -type f -delete",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 1f028e4

Please sign in to comment.