mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Fix documentation page building workflow 10
This commit is contained in:
parent
6ce714ce14
commit
73177f4048
1 changed files with 5 additions and 6 deletions
11
.github/workflows/doc.yml
vendored
11
.github/workflows/doc.yml
vendored
|
@ -28,9 +28,8 @@ jobs:
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
run: ldoc .
|
run: ldoc .
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
- name: Deploy
|
uses: JamesIves/github-pages-deploy-action@4.1.5
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
with:
|
||||||
with:
|
branch: gh-pages
|
||||||
branch: gh-pages
|
folder: docs
|
||||||
folder: docs
|
|
Loading…
Add table
Add a link
Reference in a new issue