diff options
author | Nathan Wang | 2020-07-20 01:06:45 -0700 |
---|---|---|
committer | Nathan Wang | 2020-07-20 01:06:45 -0700 |
commit | a8499f98a4eb7b80c64516800e60a12a061d1664 (patch) | |
tree | 79b4eabfbe229c53423b76e60fa0084fd8faaa22 | |
parent | 4b4b78e0808463c00c01a6dca32031d66f706359 (diff) |
update travis settings
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a9da788..90eccf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ git: depth: 3 deploy: provider: netlify - site: usaco-guide + site: 55c39a3b-64ec-40e3-9085-3cf1aa89c36f dir: public/ edge: true prod: false |