Skip to content

Commit

Permalink
fix: publish documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 committed Oct 17, 2024
1 parent 51d0b2f commit a6df7af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ jobs:
--repo ${{ github.event.inputs.codeflare-repository-organization }}/codeflare-sdk \
--ref ${{ github.ref }} \
--field codeflare_sdk_release_version=${{ github.event.inputs.release-version }}
env:
GITHUB_TOKEN: ${{ secrets.CODEFLARE_MACHINE_ACCOUNT_TOKEN }}
- name: Copy demo notebooks into SDK package
run: cp -r demo-notebooks src/codeflare_sdk/demo-notebooks
- name: Run poetry build
Expand Down

0 comments on commit a6df7af

Please sign in to comment.