Skip to content

Commit

Permalink
fix: remove dogen for now
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 13, 2024
1 parent 723f906 commit 583f0ef
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
- name: Update Doc
run: pnpm docgen
- name: Add doc to github
run: |
git add README.md
git commit --m "docs: update doc" || true
- name: Create bump and changelog main
if: github.ref == 'refs/heads/main'
run: pnpm dlx capacitor-plugin-standard-version@latest
Expand All @@ -50,17 +44,7 @@ jobs:
remote_repo="https://${GITHUB_ACTOR}:${{ secrets.PERSONAL_ACCESS_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git"
git pull $remote_repo $CURRENT_BRANCH
git push $remote_repo HEAD:$CURRENT_BRANCH --follow-tags --tags
- name: Push generated doc to doc repo
uses: nkoppel/push-files-to-another-repository@v1.1.3
env:
API_TOKEN_GITHUB: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
source-files: api.md
destination-username: Cap-go
destination-repository: website
destination-directory: src/content/docs/docs/plugin
destination-branch: main
commit-email: martindonadieu@gmail.com
create-cache:
if: ${{ !startsWith(github.event.head_commit.message, 'chore(release):') }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 583f0ef

Please sign in to comment.