Ajout de l'upload de photogallery pour event et changement de facon d… #333
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: generate plantuml | |
on: push | |
jobs: | |
generate_plantuml: | |
runs-on: ubuntu-latest | |
name: plantuml | |
steps: | |
- name: checkout | |
uses: actions/checkout@v1 | |
with: | |
fetch-depth: 1 | |
- name: plantuml | |
id: plantuml | |
uses: grassedge/[email protected] | |
with: | |
path: . | |
message: "Render des fichiers PlantUML dans la documentation, via l'action `generate plantuml`" | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |