v2.0.2
This commit is contained in:
parent
ad680c6423
commit
9d3ce5fa6d
7 changed files with 151 additions and 69 deletions
|
|
@ -57,6 +57,8 @@ async function generate() {
|
|||
execFileSync("git", ["checkout", "gh-pages", "--", "archive"])
|
||||
await fs.rename(r("archive"), r("dist/archive"))
|
||||
await fs.mkdir(r(`dist/archive/v${version}`), {recursive: true})
|
||||
// Tell Git to ignore our changes - it's no longer there.
|
||||
execFileSync("git", ["add", "archive"])
|
||||
|
||||
function compilePage(file, markdown) {
|
||||
file = path.basename(file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue