mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +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:
|
||||
# Runs on pushes targeting the default branch
|
||||
push:
|
||||
branches: ["master"]
|
||||
# FIXME: disabled because GitHub Pages not enabled in repository settings
|
||||
# push:
|
||||
# branches: ["master"]
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in a new issue