mirror of
https://github.com/slendidev/smath.git
synced 2026-03-17 02:26:50 +02:00
ci: add docs dir creation
Please work Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -11,6 +11,8 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Create docs directory
|
||||||
|
run: mkdir -p build/docs
|
||||||
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
|
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user