Merge branch 'master' of github.com:wenkokke/sf
I don't know why it's asking me to merge.
This commit is contained in:
commit
d60de1202b
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@ language: ruby
|
||||||
# Caching so the next build will be fast too.
|
# Caching so the next build will be fast too.
|
||||||
cache:
|
cache:
|
||||||
bundler: true
|
bundler: true
|
||||||
|
timeout: 1200
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.stack
|
- $HOME/.stack
|
||||||
- $HOME/.agda
|
- $HOME/.agda
|
||||||
|
@ -47,10 +48,9 @@ before_deploy:
|
||||||
- make clean
|
- make clean
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
edge:
|
|
||||||
branch: v1.8.47
|
|
||||||
provider: pages
|
provider: pages
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
|
edge: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Add table
Reference in a new issue