Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Sep 15, 2023
1 parent 6e5781b commit b6b01b6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

fern-generate:
needs: fern-check
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
#if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout repo
Expand All @@ -29,12 +29,12 @@ jobs:
- name: Download Fern
run: npm install -g fern-api

- name: Generate SDKs
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: fern generate --group publish --log-level debug --version ${{ github.ref_name }} --api prod
#- name: Generate SDKs
# env:
# FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
# PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# run: fern generate --group publish --log-level debug --version ${{ github.ref_name }} --api prod

- name: Update Docs
env:
Expand Down

0 comments on commit b6b01b6

Please sign in to comment.