File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments