Fix documentation page building workflow 5

This commit is contained in:
Justin van der Leij 2021-11-02 17:02:38 +01:00
parent 65aae3c2ba
commit c7625ad376

View file

@ -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/