mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-02 14:04:15 +00:00
CI: disable docs pipeline for now
This commit is contained in:
parent
959edc34e7
commit
334cbea0ae
1 changed files with 3 additions and 2 deletions
5
.github/workflows/docs.yml
vendored
5
.github/workflows/docs.yml
vendored
|
@ -3,8 +3,9 @@ name: Deploy static content to Pages
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
push:
|
# FIXME: disabled because GitHub Pages not enabled in repository settings
|
||||||
branches: ["master"]
|
# push:
|
||||||
|
# branches: ["master"]
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue