mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
Fix documentation page building workflow 5
This commit is contained in:
parent
65aae3c2ba
commit
c7625ad376
1 changed files with 6 additions and 6 deletions
12
.github/workflows/doc.yml
vendored
12
.github/workflows/doc.yml
vendored
|
@ -22,11 +22,11 @@ jobs:
|
|||
- name: Check out repository code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Checkout LDoc & build docs
|
||||
- name: Checkout & build docs
|
||||
run: git clone https://github.com/lunarmodules/LDoc.git ldoc && lua ldoc/ldoc.lua .
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_dir: ldoc/doc_builds/
|
||||
# - name: Deploy
|
||||
# uses: peaceiris/actions-gh-pages@v3
|
||||
# with:
|
||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
# publish_dir: ldoc/doc_builds/
|
Loading…
Add table
Add a link
Reference in a new issue