This commit is contained in:
Nicolas Patry
2023-07-26 18:11:10 +02:00
parent 07a22fe606
commit 8da6568c20

View File

@ -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: