Reduce h1 margins to 40px #24
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: CI | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
submodules: true | |
- name: Generate ManiaPlanet documentation | |
uses: mattnotmitt/doxygen-action@v1.9.8 | |
with: | |
working-directory: ManiaPlanet | |
- name: Generate Trackmania documentation | |
uses: mattnotmitt/doxygen-action@v1.9.8 | |
with: | |
working-directory: Trackmania | |
- name: Generate Trackmania Turbo documentation | |
uses: mattnotmitt/doxygen-action@v1.9.8 | |
with: | |
working-directory: TrackmaniaTurbo | |
- name: Generate ManiaPlanet 3 documentation | |
uses: mattnotmitt/doxygen-action@v1.9.8 | |
with: | |
working-directory: ManiaPlanet3 |