diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 073e69e..c1c9b5c 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -28,11 +28,10 @@ jobs: cd doc make html -# wait for project to be ready -# - name: Deploy docs -# if: github.ref == 'refs/heads/main' -# uses: peaceiris/actions-gh-pages@v4 -# with: -# github_token: ${{ secrets.GITHUB_TOKEN }} -# publish_dir: doc/_build/html -# cname: hopes.foobot.io + - name: Deploy docs + if: github.ref == 'refs/heads/main' + uses: peaceiris/actions-gh-pages@v4 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: doc/_build/html + cname: hopes.foobot.io