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