Skip to content

Add 404.html

Add 404.html #27

Workflow file for this run

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@edge
with:
working-directory: ManiaPlanet
- name: Generate Trackmania documentation
uses: mattnotmitt/doxygen-action@edge
with:
working-directory: Trackmania
- name: Generate Trackmania Turbo documentation
uses: mattnotmitt/doxygen-action@edge
with:
working-directory: TrackmaniaTurbo
- name: Generate ManiaPlanet 3 documentation
uses: mattnotmitt/doxygen-action@edge
with:
working-directory: ManiaPlanet3