We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414e78c commit 0861a07Copy full SHA for 0861a07
.travis.yml
@@ -1,10 +1,10 @@
1
language: generic
2
script:
3
-- bash "./compile.sh"
+ - bash "./compile.sh"
4
deploy:
5
local_dir: docs
6
provider: pages
7
skip_cleanup: true
8
- 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
9
on:
10
- branch: master
+ branch: main
0 commit comments