Skip to content

Commit

Permalink
Update travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Mar 12, 2021
1 parent 414e78c commit 0861a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: generic
script:
- bash "./compile.sh"
- 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
github_token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
on:
branch: master
branch: main

0 comments on commit 0861a07

Please sign in to comment.