Skip to content

Commit 11ad1b1

Browse files
authored
Merge pull request #130 from department-of-veterans-affairs/hya-6184-deploy-codeva
hya 6184 deploy codeva
2 parents d0c9fd1 + 3a09e08 commit 11ad1b1

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/publish-docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,11 @@ jobs:
2020
- run: |
2121
pip install --only-binary=:all: -r requirements-lock.txt
2222
- run: mkdocs gh-deploy --force
23+
publish-codeva:
24+
name: Publish CodeVA
25+
uses: department-of-veterans-affairs/code-va/.github/workflows/build-publish-docs.yaml@main
26+
with:
27+
branch: ${{ github.ref_name }}
28+
repository: ${{ github.repository }}
29+
secrets:
30+
token: ${{ secrets.TECHDOCS_TOKEN }}

catalog-info.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ metadata:
44
name: event-bus-dev-portal
55
description: A place for event bus documentation
66
title: Event Bus Developer Portal
7+
annotations:
8+
backstage.io/techdocs-ref: dir:.
9+
710
links:
811
- url: https://department-of-veterans-affairs.github.io/ves-event-bus-developer-portal
912
title: Event Bus Developer Portal

0 commit comments

Comments
 (0)