Update deploy-pdf.yml
This commit is contained in:
parent
5ee4091bd5
commit
61495ee2b3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/deploy-pdf.yml
vendored
3
.github/workflows/deploy-pdf.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
build_latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue