Skip to content

Commit

Permalink
Hotfix CICD (#5)
Browse files Browse the repository at this point in the history
* Update latex.yml

* Update README.md
  • Loading branch information
JaafarRammal authored Nov 29, 2021
1 parent 1264bfc commit a4b3a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,3 @@ jobs:
with:
name: Compiled PDF
path: main.pdf
- uses: actions/github-script@v5
with:
script: |
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Compiled PDF successfully! You can view the PDF in the "Checks" tab of this PR under "Artifacts"'
})
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ The following guidelines apply to this Github repository:
- Each team has a separate branch and its team members first commit their changes to their branch.
- Each branch can be merged to the master branch via a pull request.
- The pull requests must be reviewed before approval by two members of the "editor team". The members of the "editor team" are owners of this repository, which allows them to approve the pull requests.
- If you are a member of the "editor team", do not approve your own pull request.
- If you are a member of the "editor team", do not approve your own pull request.
- Pull requests have a pipeline which compiles the PDF. You can see the compiled document in the PR by going to `Checks` and then `Artifacts`

> TO DO: define the exact role of the "editor team" and choose its members
Expand Down

0 comments on commit a4b3a3b

Please sign in to comment.