readme: added contributers list (updated via CI

Dieser Commit ist enthalten in:
Reinder Feenstra 2023-01-20 21:19:40 +01:00
Ursprung 4f20ec4360
Commit 833f755db0
2 geänderte Dateien mit 15 neuen und 1 gelöschten Zeilen

Datei anzeigen

@ -319,7 +319,7 @@ jobs:
# run: |
# $env:PATH += ';C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin'
# ctest --output-on-failure
# All:
- name: Run tests
if: matrix.config.name != 'windows_x64_mingw'
@ -546,3 +546,12 @@ jobs:
REMOTE_PORT: ${{secrets.REMOTE_PORT}}
REMOTE_USER: ${{secrets.REMOTE_USER}}
TARGET: ${{secrets.REMOTE_TARGET}}/traintastic/${{env.CI_REF_NAME_SLUG}}/${{github.run_number}}/
update-readme-contributors:
runs-on: ubuntu-latest
name: Update contributers in README.md
steps:
- name: Update contribute list
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Datei anzeigen

@ -68,3 +68,8 @@ Note: When cloning the source from git, git-lfs is required.
1. From the project root go into the manual directory: `cd manual`
2. Run the build script: `python3 builddoc.py html-single-page --output-dir build`
## Contributors
<!-- readme: contributors -start -->
<!-- readme: contributors -end -->