forked from w3c/ServiceWorker
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove html from repo * Ignore html * Leaning on travis for deploy. Moving to gh-pages.
- Loading branch information
1 parent
bf8f037
commit c1f3619
Showing
7 changed files
with
11 additions
and
23,686 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,2 +1,4 @@ | ||
node_modules | ||
.tern-port | ||
.tern-port | ||
docs/index.html | ||
docs/v1/index.html |
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,9 +1,10 @@ | ||
language: generic | ||
python: | ||
- '2.7' | ||
script: | ||
- bash "./deploy.sh" | ||
env: | ||
global: | ||
- ENCRYPTION_LABEL: "8bb8090ad69a" | ||
- COMMIT_AUTHOR_EMAIL: "[email protected]" | ||
- bash "./compile.sh" | ||
deploy: | ||
local_dir: docs | ||
provider: pages | ||
skip_cleanup: true | ||
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable | ||
on: | ||
branch: master |
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
Binary file not shown.
Oops, something went wrong.