mirror of
https://gitlab.com/DevLifeFromModernWay/devlifefrommodernway.gitlab.io.git
synced 2025-06-20 15:35:38 +00:00
Compare commits
2 Commits
2023-10-15
...
2023-10-15
Author | SHA1 | Date | |
---|---|---|---|
c4b6827f27 | |||
a5acf0c4a3 |
@ -50,5 +50,6 @@ pages:
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
- target/
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
|
@ -7,9 +7,9 @@
|
||||
"build": "run-s build:content",
|
||||
"build:content": "run-p build:content:*",
|
||||
"build:content:web": "honkit build",
|
||||
"build:content:pdf": "honkit pdf . ./target/book.pdf",
|
||||
"build:content:epub": "honkit epub . ./target/book.epub",
|
||||
"build:content:mobi": "honkit mobi . ./target/book.mobi"
|
||||
"build:content:pdf": "mkdir -p ./target/ && honkit pdf . ./target/book.pdf",
|
||||
"build:content:epub": "mkdir -p ./target/ && honkit epub . ./target/book.epub",
|
||||
"build:content:mobi": "mkdir -p ./target/ && honkit mobi . ./target/book.mobi"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gitbook-plugin-anchors": "^0.7.1",
|
||||
|
Reference in New Issue
Block a user