Skip to content

chore: update release notes (#268) #36

chore: update release notes (#268)

chore: update release notes (#268) #36

name: Publish Release Notes to Docs
on:
push:
branches: [main]
paths:
- "docs/**"
jobs:
build:
runs-on: ubuntu-latest
container: pandoc/latex
steps:
- uses: actions/checkout@v4
- name: Copy Docs
run: |
mkdir pub-docs
cp -r docs/* pub-docs/
- name: Pushes to another repository
uses: cpina/github-action-push-to-another-repository@main
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source-directory: "pub-docs"
target-directory: "docs/masa-subnet"
destination-github-username: "masa-finance"
destination-repository-name: "docs"
user-email: [email protected]
target-branch: main