mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Typo.
This commit is contained in:
16
.github/workflows/book-cd.yml
vendored
16
.github/workflows/book-cd.yml
vendored
@ -1,17 +1,17 @@
|
|||||||
name: Deploy
|
name: Deploy Rust book
|
||||||
on:
|
on:
|
||||||
pull-request:
|
|
||||||
# TODO put this back only when merging after this PR lands.
|
# TODO put this back only when merging after this PR lands.
|
||||||
# push:
|
pull_request:
|
||||||
# branches:
|
push:
|
||||||
# - main
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
# permissions:
|
||||||
contents: write # To push a branch
|
# contents: write # To push a branch
|
||||||
pull-requests: write # To create a PR from that branch
|
# pull-requests: write # To create a PR from that branch
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user