Skip to content

Commit

Permalink
chore: remove semantic release from docs deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra authored and moshloop committed Oct 2, 2024
1 parent 9cd8f93 commit 4f01d84
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,8 @@ on:
- main
- master
jobs:
semantic-release:
runs-on: ubuntu-latest
outputs:
release-version: ${{ steps.semantic.outputs.new_release_version }}
new-release-published: ${{ steps.semantic.outputs.new-release-published }}
steps:
- uses: actions/checkout@v2
- uses: cycjimmy/semantic-release-action@v3
id: semantic
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs:
runs-on: ubuntu-latest
needs: semantic-release
container:
image: flanksource/build-tools:v0.15.1
steps:
Expand All @@ -31,4 +18,4 @@ jobs:
- run: make build-docs deploy-docs
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
MKDOCS_INSIDERS: ${{secrets.MKDOCS_INSIDERS}}
MKDOCS_INSIDERS: ${{secrets.MKDOCS_INSIDERS}}

0 comments on commit 4f01d84

Please sign in to comment.