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:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Create docs directory
|
||||
run: mkdir -p build/docs
|
||||
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user