diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index f0bee72..cfb3d8e 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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/ \ No newline at end of file + # - name: Deploy + # uses: peaceiris/actions-gh-pages@v3 + # with: + # github_token: ${{ secrets.GITHUB_TOKEN }} + # publish_dir: ldoc/doc_builds/ \ No newline at end of file