mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
Fix build path in API doc publish step
This commit is contained in:
parent
9f853e7d53
commit
fcad97bacd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api_doc_build.yml
vendored
2
.github/workflows/api_doc_build.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
- name: Publish API Docs to GH Pages
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
with:
|
||||
FOLDER: ${{runner.workspace}}/build/doc/api/html/~
|
||||
FOLDER: ${{runner.workspace}}/build/doc/api/html/
|
||||
REPOSITORY_NAME: FluidSynth/fluidsynth.github.io
|
||||
BRANCH: main
|
||||
TARGET_FOLDER: api/
|
||||
|
|
Loading…
Reference in a new issue