[CI] More bugfixes (#144)
This commit is contained in:
8
.github/workflows/build-website.yml
vendored
8
.github/workflows/build-website.yml
vendored
@@ -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
|
|
7
.github/workflows/build-wheels.yml
vendored
7
.github/workflows/build-wheels.yml
vendored
@@ -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 * * *"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user