Re: [heycam/webidl] Use Travis-CI deployment support. (#818)

ExE-Boss commented on this pull request.



> @@ -4,10 +4,18 @@ node_js:
 
 script:
   - bash ./deploy.sh
-env:
-  global:
-    - ENCRYPTION_LABEL: "de8b5a0f10ef"
-    - COMMIT_AUTHOR_EMAIL: "cam@mcc.id.au"
+
+deploy:
+  local_dir: out/
+  target_branch: gh-pages
+  keep_history: true
+  provider: pages
+  skip_cleanup: true
+  github_token: $GH_ACCESS_TOKEN
+  committer_from_gh: true
+  on:
+    branch: main

```suggestion
    branch: master
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/heycam/webidl/pull/818#pullrequestreview-376964241

Received on Wednesday, 18 March 2020 15:28:38 UTC