From c00807cfc4322aad5d16bce2adaafec8e5ba4a35 Mon Sep 17 00:00:00 2001 From: Erin Shaben Date: Thu, 29 Aug 2024 16:00:05 -0400 Subject: [PATCH] update workflow --- .github/workflows/ci.yml | 8 +++++++- mkdocs.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de36f831..a9bc4679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,8 @@ name: ci on: push: branches: - - eshaben/test + - main + workflow_dispatch: permissions: contents: write jobs: @@ -14,6 +15,11 @@ jobs: run: | git config user.name github-actions[bot] git config user.email 41898282+github-actions[bot]@users.noreply.github.com + - name: Pull docs repository + uses: actions/checkout@v4 + with: + repository: wormhole-foundation/wormhole-docs + path: wormhole-docs - uses: actions/setup-python@v5 with: python-version: 3.x diff --git a/mkdocs.yml b/mkdocs.yml index c45f26de..0abfeecb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Wormhole Docs -site_url: https://docs.wormhole.com +site_url: # TODO: https://docs.wormhole.com/ docs_dir: wormhole-docs copyright: 2024 © Wormhole Foundation. All Rights Reserved. extra_css: