[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 name: Build Website
on: on:
workflow_dispatch: workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Trigger website build'
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
@@ -39,4 +32,3 @@ jobs:
sh ./update-website.sh sh ./update-website.sh
git remote set-url origin git@github.com:ptillet/triton.git git remote set-url origin git@github.com:ptillet/triton.git
git push git push
displayName: Publish docs

View File

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