Skip to content

libasnd: Fixed the swapped stereo problem (#170) #13

libasnd: Fixed the swapped stereo problem (#170)

libasnd: Fixed the swapped stereo problem (#170) #13

Workflow file for this run

name: Build documentation
on:
push:
tags: [ v* ]
jobs:
build:
name: Build documentation
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest
steps:
- uses: actions/[email protected]
with:
persist-credentials: false
- name: Display Doxygen version
run: echo "Doxygen version $(doxygen -v)"
- name: Build documentation
run: |
OGC_VERSION=${{ github.ref_name }} doxygen Doxyfile
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
BRANCH: gh-pages
FOLDER: docs/html
CLEAN: true
SINGLE_COMMIT: true