Fern Github action update (#1876)
This commit is contained in:
2
.github/workflows/publish-fern-docs.yml
vendored
2
.github/workflows/publish-fern-docs.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
run:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user