[CI] More bugfixes (#144)

This commit is contained in:
Philippe Tillet
2021-07-27 18:35:22 -07:00
committed by GitHub
parent 84521a5c82
commit 1c48bd623e
2 changed files with 1 additions and 16 deletions

View File

@@ -1,13 +1,6 @@
name: Build Website
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Trigger website build'
schedule:
- cron: "0 0 * * *"
@@ -38,5 +31,4 @@ jobs:
git checkout gh-pages
sh ./update-website.sh
git remote set-url origin git@github.com:ptillet/triton.git
git push
displayName: Publish docs
git push

View File

@@ -1,13 +1,6 @@
name: Build Wheels
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Trigger wheels build'
schedule:
- cron: "0 0 * * *"