Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

chore(ci): pin gh-pages to known working version #79

Merged
merged 1 commit into from
Jul 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion brigade.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function publish(e, project) {
publisher.storage.enabled = true;

publisher.tasks = [
"npm install -g gh-pages",
"npm install -g gh-pages@3.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

imho, this is better anyway because it's more deterministic.

"cd /src",
`cp -a ${sharedMountPrefix}/dist .`,
`gh-pages --add -d dist \
Expand Down