Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
D0gmaDev committed Jul 16, 2024
1 parent 6203fc3 commit 0e52357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Upload pdf file in GitHub release
- if: ${{ github.event_name == 'release'}}
name: Upload PDF to release
name: Upload PDF file to release
uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689 # v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Règlement intérieur
![Build status](https://github.com/rezoleo/reglement_interieur/actions/workflows/build-latex.yml/badge.svg)

Git de travail du règlement intérieur de Rézoléo.
Le règlement intérieur est compilé par Github Actions. Si une release est créée, alors le PDF est ajouté à la realease. Sinon, il est simplement compilé (et ajouté aux artifacts).
Le règlement intérieur est compilé par Github Actions. Si une release est créée, alors le PDF est ajouté à la release. Sinon, il est simplement ajouté aux artifacts.
Le règlement intérieur est ratifé par les membres du bureau et entre alors en vigueur.

La dernière version en vigueur est accessible [ici](https://ri.rezoleo.fr/).

0 comments on commit 0e52357

Please sign in to comment.