feat: updated theme to newest version
BREAKING CHANGE: theme version is a major change and caused page numbers to change
This commit is contained in:
parent
df61723612
commit
17ca658a14
3 changed files with 2537 additions and 2589 deletions
|
@ -1,12 +1,12 @@
|
|||
image: dmoonfire/mfgames-writing-js:1.1.1
|
||||
image: dmoonfire/mfgames-writing-js:2.0.0
|
||||
|
||||
stages:
|
||||
- publish
|
||||
|
||||
publish:
|
||||
stage: publish
|
||||
tags:
|
||||
- docker
|
||||
only: [master]
|
||||
tags: [docker]
|
||||
script:
|
||||
# Install the basic requirements including the free fonts.
|
||||
- npm ci
|
||||
|
@ -14,7 +14,7 @@ publish:
|
|||
# Verify that the commits are good.
|
||||
- npx commitlint --from=$CI_BUILD_BEFORE_SHA
|
||||
|
||||
# We need the covers for generation.
|
||||
# We need the cover from the general repository.
|
||||
- mkdir -p build/repos
|
||||
- git clone https://oauth2:$fedranAccessKey@gitlab.com/fedran/fedran-covers.git build/repos/fedran-covers
|
||||
|
||||
|
@ -24,9 +24,6 @@ publish:
|
|||
# Build the files.
|
||||
- npm run build
|
||||
|
||||
# Trigger the Fedran website to rebuild.
|
||||
- "curl -X POST -F token=$fedranAccessKey -F ref=master https://gitlab.com/api/v4/projects/4027285/trigger/pipeline"
|
||||
|
||||
artifacts:
|
||||
expire_in: 1 week
|
||||
paths:
|
||||
|
|
5101
package-lock.json
generated
5101
package-lock.json
generated
File diff suppressed because it is too large
Load diff
14
package.json
14
package.json
|
@ -25,23 +25,23 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fedran/writing-hyphen": "^1.0.0",
|
||||
"@fedran/writing-theme": "^2.0.2",
|
||||
"@fedran/writing-theme": "^3.0.2",
|
||||
"@mfgames-writing/epub2": "^1.1.3",
|
||||
"@mfgames-writing/format": "^2.0.0",
|
||||
"@mfgames-writing/guillemet": "^1.0.0",
|
||||
"@mfgames-writing/html": "^0.1.1",
|
||||
"@mfgames-writing/hyphen": "^0.4.3",
|
||||
"@mfgames-writing/weasyprint": "^3.0.2"
|
||||
"@mfgames-writing/weasyprint": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^7.5.2",
|
||||
"@commitlint/config-conventional": "^7.5.0",
|
||||
"@semantic-release/changelog": "^3.0.2",
|
||||
"@semantic-release/git": "^7.0.8",
|
||||
"@commitlint/cli": "^7.6.1",
|
||||
"@commitlint/config-conventional": "^7.6.0",
|
||||
"@semantic-release/changelog": "^3.0.6",
|
||||
"@semantic-release/git": "^7.0.18",
|
||||
"commitizen": "^2.10.1",
|
||||
"cz-conventional-changelog": "^2.1.0",
|
||||
"husky": "^0.14.3",
|
||||
"semantic-release": "^15.13.3"
|
||||
"semantic-release": "^15.14.0"
|
||||
},
|
||||
"release": {
|
||||
"branch": "master",
|
||||
|
|
Loading…
Reference in a new issue