mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +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
|
- name: Publish API Docs to GH Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||||
with:
|
with:
|
||||||
FOLDER: ${{runner.workspace}}/build/doc/api/html/~
|
FOLDER: ${{runner.workspace}}/build/doc/api/html/
|
||||||
REPOSITORY_NAME: FluidSynth/fluidsynth.github.io
|
REPOSITORY_NAME: FluidSynth/fluidsynth.github.io
|
||||||
BRANCH: main
|
BRANCH: main
|
||||||
TARGET_FOLDER: api/
|
TARGET_FOLDER: api/
|
||||||
|
|
Loading…
Reference in a new issue