From 273e02f4f91b797c231ae14a2c40e657c540edab Mon Sep 17 00:00:00 2001 From: Maxime Liquet <35924738+maximlt@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:39:21 +0100 Subject: [PATCH] update the main site (#342) --- .github/workflows/docs.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d5ee58eff..1527a7e9f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -332,14 +332,12 @@ jobs: # merged PR # workflow_dispatch and main target if: steps.set-vars.outputs.target == 'main' - run: echo Deploy main - # TODO: uncomment this - # uses: peaceiris/actions-gh-pages@v3 - # with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - # publish_dir: ./builtdocs - # cname: examples.holoviz.org - # force_orphan: true + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./builtdocs + cname: examples.holoviz.org + force_orphan: true - name: Clean up run: doit clean --clean-dep doc_full - name: debug