-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See whatwg/whatwg.org#197 for details.
- Loading branch information
Showing
3 changed files
with
26 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
/url.spec.whatwg.org/ | ||
deploy_key | ||
deploy_key.pub | ||
url.html | ||
deploy.sh | ||
/deploy_key | ||
/deploy_key.pub | ||
/url.html | ||
/deploy.sh | ||
/review.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
local: url.bs | ||
bikeshed spec url.bs url.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" | ||
|
||
remote: url.bs | ||
curl https://api.csswg.org/bikeshed/ -f -F [email protected] > url.html -F md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" | ||
|
||
local: url.bs | ||
bikeshed spec url.bs url.html --md-Text-Macro="SNAPSHOT-LINK LOCAL COPY" | ||
|
||
deploy: url.bs | ||
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh && bash ./deploy.sh | ||
curl --remote-name --fail https://resources.whatwg.org/build/deploy.sh | ||
bash ./deploy.sh | ||
|
||
review: url.bs | ||
curl --remote-name --fail https://resources.whatwg.org/build/review.sh | ||
bash ./review.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters