Skip to content

Commit

Permalink
Test page publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-lew committed Nov 21, 2023
1 parent 4f2bed4 commit 4b419a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test-harness-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
branches: ["main", "plew.host-web5-vectors"]
jobs:
pages:
permissions:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/publish-vectors-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish Test Vectors
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
branches: ["main", "plew.host-web5-vectors"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -26,7 +26,6 @@ jobs:
deploy:
environment:
name: github-pages
# TODO - need to set up a custom domain to host the web5 vectors. cannot reuse tbdex.dev in multiple repos
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4b419a0

Please sign in to comment.