Skip to content

Commit

Permalink
Merge pull request #3 from papermoonio/eshaben/ci
Browse files Browse the repository at this point in the history
update workflow
  • Loading branch information
eshaben authored Aug 29, 2024
2 parents 9ab031e + c00807c commit 5591b58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: ci
on:
push:
branches:
- eshaben/test
- main
workflow_dispatch:
permissions:
contents: write
jobs:
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5591b58

Please sign in to comment.