Merge branch 'master' of github.com:wenkokke/sf
I have no idea why this merge is necessary.
This commit is contained in:
commit
620510e685
2 changed files with 4 additions and 3 deletions
|
@ -47,9 +47,10 @@ before_deploy:
|
|||
- make clean
|
||||
|
||||
deploy:
|
||||
edge:
|
||||
branch: v1.8.47
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
||||
keep-history: true
|
||||
github-token: $GITHUB_TOKEN
|
||||
on:
|
||||
branch: master
|
||||
|
|
2
Makefile
2
Makefile
|
@ -61,7 +61,7 @@ $(HOME)/agda-master/:
|
|||
$(HOME)/agda-stdlib-master/:
|
||||
curl -L https://github.com/agda/agda-stdlib/archive/master.zip -o $(HOME)/agda-stdlib-master.zip
|
||||
unzip -qq $(HOME)/agda-stdlib-master.zip -d $(HOME)
|
||||
mkdir $(HOME)/.agda
|
||||
mkdir -p $(HOME)/.agda
|
||||
echo "standard-library" > $(HOME)/.agda/defaults
|
||||
echo "$(HOME)/agda-stdlib-master/standard-library.agda-lib" > $(HOME)/.agda/libraries
|
||||
|
||||
|
|
Loading…
Reference in a new issue