Skip to content

Commit

Permalink
update the main site (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Jan 15, 2024
1 parent f62e76c commit 273e02f
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 273e02f

Please sign in to comment.