Skip to content

Commit

Permalink
update pipeline to publish to new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonBeeming authored Mar 24, 2024
1 parent febefc2 commit 4312d46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-log4brains.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: adr-docs
repository-name: ${{ github.repository }}-ADRs
branch: main
folder: .log4brains/out
target-folder: ""
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ADR_GITHUB_TOKEN }}
git-config-name: Gordon Beeming Demo ADRs
git-config-email: [email protected]

0 comments on commit 4312d46

Please sign in to comment.